Mr.Andrey Posted April 4, 2012 Report Posted April 4, 2012 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:-|
Mr.Andrey Posted April 4, 2012 Author Report Posted April 4, 2012 Nu Functioneaza.Tot Rosie ramane.Dar eu vreu sa fie mov.de ce nu se face mov
TzAkS Posted April 4, 2012 Report Posted April 4, 2012 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 cautaSetPlayerColor pana gasesti asa ceva:[pawn]if (PlayerInfo[playerid][pMember] == ID || PlayerInfo[playerid][pLeader] == ID)SetPlayerColor(playerid,COLOR);[/pawn]
Mr.Andrey Posted April 5, 2012 Author Report Posted April 5, 2012 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??
Mr.Kiss Posted April 5, 2012 Report Posted April 5, 2012 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]
Question
Mr.Andrey
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