CMD:bilincs(playerid, params[]){if(IsPlayerLuxAdmin(playerid)){ new giveplayerid, string[128], name[MAX_PLAYER_NAME], indok[128];if (sscanf(params, \"us\", giveplayerid, indok)) SendClientMessage(playerid, 0xFF0000FF, \"Használat: /bilincs <playerid> <indok>\");else if (giveplayerid == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000FF, \"Hiba: Nincs ilyen játékos!\");else{GetPlayerName(playerid, name, sizeof(name));format(string, sizeof string, \"{00bbff}[RENDÕR,%s]:{008a20} Megbilincselte %s-t! {ff0000}[[indok:%s]]\", name, indok); SendClientMessageToAll(0xB3D5B2AA,string); TogglePlayerControllable(giveplayerid,0); }} return 1;}
CMD:bilincs(playerid, params[]){if(IsPlayerLuxAdmin(playerid)){ new giveplayerid, string[128], name[MAX_PLAYER_NAME], indok[128];if (sscanf(params, \"us\", giveplayerid, indok)) SendClientMessage(playerid, 0xFF0000FF, \"Használat: /bilincs <playerid> <indok>\");else if (giveplayerid == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000FF, \"Hiba: Nincs ilyen játékos!\");else{GetPlayerName(playerid, name, sizeof(name));format(string, sizeof string, \"{00bbff}[RENDÕR,%s]:{008a20} Megbilincselte %d-t! {ff0000}[[indok:%s]]\", name, indok); SendClientMessageToAll(0xB3D5B2AA,string); TogglePlayerControllable(giveplayerid,0); }} return 1;}
CMD:bilincs(playerid, params[]){if(IsPlayerLuxAdmin(playerid)){ new giveplayerid, string[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME], indok[128];if (sscanf(params, \"us\", giveplayerid, indok)) SendClientMessage(playerid, 0xFF0000FF, \"Használat: /bilincs <playerid> <indok>\");else if (giveplayerid == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000FF, \"Hiba: Nincs ilyen játékos!\");else{GetPlayerName(playerid, name, sizeof(name));GetPlayerName(giveplayerid, name2, sizeof(name2));format(string, sizeof string, \"{00bbff}[RENDÕR,%s]:{008a20} Megbilincselte %s-t! {ff0000}[[indok:%s]]\", name, name2, indok); SendClientMessageToAll(0xB3D5B2AA,string); TogglePlayerControllable(giveplayerid,0); }} return 1;}