11.02.2015, 15:13
How you made it string ?
See
If = "1" !!
If = "2" !!
If = "3" !!
If = "4" !!
Where is it ?!
See
PHP код:
if(color == 1) return SetPlayerColor(id, COLOR_BLUE);
else if(color == 2) return SetPlayerColor(id, COLOR_YELLOW);
else if(color == 3) return SetPlayerColor(id, COLOR_PINK);
else if(color == 4) return SetPlayerColor(id, COLOR_WHITE);
If = "2" !!
If = "3" !!
If = "4" !!
Where is it ?!