11.02.2015, 16:41
try
PHP код:
else if(color[30] == "Blue") return SetPlayerColor(id, COLOR_BLUE);
else if(color[30] == "Yellow") return SetPlayerColor(id, COLOR_YELLOW);
else if(color[30] == "Pink") return SetPlayerColor(id, COLOR_PINK);
else if(color[30] == "White") return SetPlayerColor(id, COLOR_WHITE);