19.05.2009, 21:16
wrong order
GameTextForPlayer(playerid, 3500, 6, "Civilian");
should be in this order
GameTextForPlayer(playerid,const string[],time,style);
GameTextForPlayer(playerid, 3500, 6, "Civilian");
should be in this order
GameTextForPlayer(playerid,const string[],time,style);