[Tutorial] Bloquear comandos.
#2

esse teu cod ai! desperdicio de celular ( EU ACHO , CORRIJA-ME SE EU ESTIVER ERRADO '=' )
pawn Код:
if(strcmp("/arenadm", cmdtext, true, 10) == 0)
{
    TaNoX1[playerid] = 1; // Vocк define 1 para nao pode usar o comando como se ele estiver no x1
    SetPlayerPos(playerid,1074.2808,1243.2609,10.8275);
    new NameP[MAX_PLAYER_NAME];
    new string[128];
    SetPlayerHealth(playerid,100);
    SetPlayerArmour(playerid,100);
    ResetPlayerWeapons(playerid);
    GivePlayerWeapon(playerid, 30,2500);
    GivePlayerWeapon(playerid, 31,2500);
    GivePlayerWeapon(playerid, 27,2500);
    GivePlayerWeapon(playerid, 18,2500);
    GetPlayerName(playerid, NameP, MAX_PLAYER_NAME);
    SetPlayerVirtualWorld(playerid,3);
    format(string, sizeof(string), "%s foi para ARENA DM MORTAL {F60000}/ARENADM", NameP);
    SendClientMessageToAll(-1, string);
    return 1;
}
e tabem ( eu acho tb q e assim sapoha '=' )
Nгo precisa disto no OnPlayerDeath ?
pawn Код:
SetPlayerVirtualWorld(playerid,0);
Reply


Messages In This Thread
Bloquear comandos. - by Lucas_HenryK - 29.01.2012, 12:39
Re: Bloquear comandos. - by dPlaYer_ - 29.01.2012, 13:11
Re: Bloquear comandos. - by Lucas_HenryK - 29.01.2012, 20:06
Re: Bloquear comandos. - by steki. - 29.01.2012, 20:23
Re: Bloquear comandos. - by davidjnio - 30.01.2012, 12:24
Re: Bloquear comandos. - by 4LiSs0N - 30.01.2012, 14:21
Re: Bloquear comandos. - by Diogo123 - 26.03.2012, 18:25
Re: Bloquear comandos. - by histire - 26.03.2012, 19:09
Re: Bloquear comandos. - by DarkScripter - 26.03.2012, 20:11
Re: Bloquear comandos. - by humildadeforever - 26.03.2012, 21:55

Forum Jump:


Users browsing this thread: 4 Guest(s)