26.04.2011, 22:36
pawno crahses when i try to compile after adding this in to the map:
pawn Код:
if(!strcmp(cmdtext,"/spawn",true))
{
new string[200];
strcat(string,"{33AA33}spawn1\n");
if(PlayerInfo[playerid][pJob] == 1) ( strcat(string,"{33AA33}spawn2\n"); }
ShowPlayerDialog(playerid,spawnd,DIALOG_STYLE_LIST,"where:",string,"save","exit");
return 1;
}