20.05.2009, 02:23
Quote:
public OnPlayerEnterCheckpoint(playerid) { switch(gClass[playerid]) { case 2: { // If the player's class is 0 then set it to Orange SendRconCommand("gmx"); } SendClientMessage(playerid, 0xDEEE20FF, "Entered Checkpoint"); return 1; } |
C:\Users\garry\Downloads\samp - breakin!69\gamemodes\thebest.pwn(187) : error 002: only a single statement (or expression) can follow each "case"
C:\Users\garry\Downloads\samp - breakin!69\gamemodes\thebest.pwn(187) : warning 215: expression has no effect