27.07.2010, 13:43 
	
	
	Код:
 if(strcmp(cmd, "/spawn", true) == 0)
 233.
              {
 234.
                      if(playerDB[playerid][admin] == 1)
		      SendClientMessage(playerid, l_red, "Tu nesi Administratorius");
 235.           		return 0;
         }
 236.
 237.
                      new String[200];
 238.
                      new tmp[256];
 239.
                      new Float:x, Float:y, Float:z;
 240.
                      forward playerDB


