Quote:
Originally Posted by Dizzle
Код:
if(PlayerInfo[playerid][Level] >= 1 || <=5 ) // if its only <=5 it will set all players colour to red since the normal players are level 0
{
SetPlayerColor(playerid,red);
}
if(PlayerInfo[playerid][Level] == 6)
{
SetPlayerColor(playerid,COLOR_BLUE);
}
|
Dizzle where to paste this code bcz i tried both in onplayerspawn and connect and it wont work.Btw and it gives me Invalid function or declaration error.