- 0
Ajutor m33=)
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
[RMD]Alien
Decii am server si nu am comanda aceasta explode ft important din server si am adaugato linga toate celelate comeznii de admin am adaugat asta
dcmd_explode(playerid, params[]) { if (PlayerInfo[playerid][AdminLevel] >= 3) { new id; if(sscanf(params, "i", id)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /explode <playerid>"); if (!IsPlayerConnected(id)) return SendClientMessage(playerid, COLOR_RED, "ERROR: Player is not connected."); new PlayerName[MAX_PLAYER_NAME]; GetPlayerName(playerid, PlayerName, sizeof(PlayerName)); new ReturnName[MAX_PLAYER_NAME]; GetPlayerName(id, ReturnName, sizeof(ReturnName)); new Float:x, Float:y, Float:z; GetPlayerPos(id, x,y, z); CreateExplosion(x, y, z, 4, 10.00); format(szString, sizeof(szString), "* You exploded %s (ID:%d)", ReturnName, id); SendClientMessage(playerid, COLOR_GREEN, szString); format(szString, sizeof(szString), "Admin %s, Used The Command 'EXPLODED' Target: %s(%d)", PlayerName, ReturnName, id); SendClientMessageToAdmins(szString); } else { return 0; } return 1; }Dupa Am intrat pe server si imi zice ca comanda aceasta nu exista dc?
3 answers to this question
Recommended Posts