20.05.2010, 16:04
is something wrong with this commnand: ?
its returning message:
please help
//edit:
i'm making something completely different but it's just a example
//edit2: ok it's solved, you can close it now
Код:
if(!strcmp(cmdtext,"/cmd",true)){ new color; color = GetPlayerColor(playerid); format(string,sizeof(string),"hex color: %x , dec color: %d",color,color); SendClientMessage(playerid, COLOR_ADMIN, string); }
Код:
hex color: 0 , dec color: 0
//edit:
i'm making something completely different but it's just a example
//edit2: ok it's solved, you can close it now