[AJUDA] Comando
#4

pawn Код:
if (strcmp("/tele", cmdtext, true, 10) == 0)
{
    new pname[MAX_PLAYER_NAME];
    SetPlayerPos(playerid, 0.0, 0.0, 0.0); // Mude para a coordenada que queira que o player se teleporte
    GetPlayerName(playerid, pname, sizeof(pname));
    format(string, sizeof(string), "%s[%i] Foi para бrea dm ( /tele )", pname, playerid);
    SendClientMessageToAll (0xFFFFFFAA, string);
    GivePlayerWeapon(playerid, 24, 999); // Seta uma deagle com 999 balas ao player.
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Comando - by ThziinHTS4EveR - 21.10.2011, 03:17
Re: [AJUDA] Comando - by .CrazZy._.[De] - 21.10.2011, 03:33
Re: [AJUDA] Comando - by ThziinHTS4EveR - 21.10.2011, 03:52
Re: [AJUDA] Comando - by Macintosh - 21.10.2011, 04:13

Forum Jump:


Users browsing this thread: 2 Guest(s)