Jump to content

Question

Posted

Buna ziua.Scuza ca va deranjez.Dar am si e o problema cu o factiune Numita ballas ea este rostie si vreu sa o fac Mova.

Am pus codul acesta:[pawn]0x8F0DBAFF[/pawn]

si am pus la :

[pawn]#define TEAM_BALLAS_COLOR 0x8F0DBAFF[/pawn]

Si la

[pawn]#define COLOR_TheBallas 0x8F0DBAFF[/pawn]

Unde este greseala ????Scuza ca vam deranjat:-|

5 answers to this question

Recommended Posts

Posted

Buna ziua.Scuza ca va deranjez.Dar am si e o problema cu o factiune Numita ballas ea este rostie si vreu sa o fac Mova.

Am pus codul acesta:[pawn]0x8F0DBAFF[/pawn]

si am pus la :

[pawn]#define TEAM_BALLAS_COLOR 0x8F0DBAFF[/pawn]

Si la

[pawn]#define COLOR_TheBallas 0x8F0DBAFF[/pawn]

Unde este greseala ????Scuza ca vam deranjat:-|

Si TEAM_BALLAS_COLOR  si COLOR_TheBallas unde le folosesti?

Cauta SetPlayerToTeamColor..daca nu ai acest public cauta

SetPlayerColor pana gasesti asa ceva:

[pawn]if (PlayerInfo[playerid][pMember] == ID || PlayerInfo[playerid][pLeader] == ID)

SetPlayerColor(playerid,COLOR);[/pawn]

gXvsYS
Posted

Uite asa este bine?[pawn] if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)

        SetPlayerColor(playerid,0xD900D3C8);[/pawn]Am pus asa si tot rosie ramane.De ce ramane tot rosie??

Posted

Uite asa este bine?[pawn] if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)

        SetPlayerColor(playerid,0xD900D3C8);[/pawn]Am pus asa si tot rosie ramane.De ce ramane tot rosie??

Incearca asa :

[pawn] if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)

        SetPlayerColor(playerid,COLOR_PINK);[/pawn]

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.