CMD:104(playerid, params[]){new Float:x, Float:y, Float:z; new name[3], string[128]; GetPlayerPos(playerid, x, y, z); GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), \"%s(%d) Hívta a mentõket!\", name, playerid); SendClientMessageToAll(0x33CCFFAA, string); for(new i; i<MAX_PLAYERS; i++) if (!GetPVarInt(playerid, \"Szolgalat\"))//innentõl hibás SetPlayerCheckpoint(playerid, x, y , z, 2.0); return 1;}
CMD:104(playerid, params[]){ new Float:x, Float:y, Float:z; new name[3], string[128]; GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), \"%s(%d) Hívta a mentõket!\", name, playerid); SendClientMessageToAll(0x33CCFFAA, string); for(new i; i<MAX_PLAYERS; i++) if (!GetPVarInt(playerid, \"Szolgalat\"))//innentõl hibás GetPlayerPos(playerid, x, y, z); SetPlayerCheckpoint(playerid, x, y , z, 2.0); return 1;}
CMD:104(playerid, params[]){new Float:x, Float:y, Float:z; new name[3], string[128]; GetPlayerPos(playerid, x, y, z); GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), \"%s(%d) Hívta a mentõket!\", name, playerid); SendClientMessageToAll(0x33CCFFAA, string); for(new i; i<MAX_PLAYERS; i++){ if (GetPVarInt(i, \"Szolgalat\")) { // SetPlayerCheckpoint(i x, y , z, 2.0); } } return 1;}