24.05.2015, 10:47
Write in your own language and use ****** Translate to translate it to English.We could probably understand better what you have been trying to tell.
Check this first, one of the languages which you know might have a sub-forum.
http://forum.sa-mp.com/forumdisplay.php?f=33
Your code has a syntax error.
Use this instead
If you were trying to embed colors in a client message, then check this.
Check this first, one of the languages which you know might have a sub-forum.
http://forum.sa-mp.com/forumdisplay.php?f=33
Your code has a syntax error.
Quote:
if(sscanf(params, "d", familyid)) SendClientMessage(playerid, COLOR_TWAQUA, "Gangs:"); { |
Код:
if(sscanf(params, "d", familyid)) SendClientMessage(playerid, COLOR_TWAQUA, "Usage:/gangs [FamilyID]"); else { SendClientMessage(playerid, COLOR_TWAQUA, "Gangs:"); }