14.01.2011, 14:37
hi,
can someone pls tell me the error?
Are that too many colours?![Roll Eyes (Sarcastic)](images/smilies/rolleyes.png)
Cause without this colours it just compiles fine.
Now its just crashing.
can someone pls tell me the error?
Are that too many colours?
![Roll Eyes (Sarcastic)](images/smilies/rolleyes.png)
Cause without this colours it just compiles fine.
Now its just crashing.
pawn Код:
if (strcmp("/cmd", cmdtext, true) == 0)
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{800000}Commands {855E42}(type in:)", "{855E42}/rules {A68064}to view the server rules\n{855E42}/info {A68064}to read a introduction how to play\n{855E42}/about {A68064}to view the server information\n{855E42}/stats {A68064}to view your game statistic\n\
{855E42}/kill {A68064}to kill yourself\n{855E42}/classselect {A68064}to return to the class selection\n{855E42}/mapi {A68064}to view the current maps information\n{855E42}/anim {A68064}to view the available animation commands\n{855E42}/q {A68064}to quit the game", "Ok", "Close");
return 1;
}