[DUVIDA] Alguem Ajuda =/
#9

pawn Код:
new TGPQP;

if(strcmp(cmd, "/dominar", true) == 0)
{
    new infeliz[MAX_PLAYER_NAME];
    GetPlayerName(playerid, infeliz, MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s e os Drifters estгo dominando a puta que pariu!",infeliz);
    SendClientMessageToAll(COR, string);
    GangZoneFlashForAll(IDGZ,COR);
    TGPQP = SetTimerEx("TGPQP", 60000, 0, "i", playerid);
    return 1;
}
   
public TGPQP(playerid)
{
    new string[256];
    new infeliz[MAX_PLAYER_NAME];
    GetPlayerName(playerid, infeliz, MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s e os Drifters dominaram a puta que pariu!",infeliz);
    SendClientMessageToAll(COR, string);
    GangZoneStopFlashForAll(IDGZ);
    GangZoneShowForAll(IDGZ,COR);
    KillTimer(TGPQP);
    return 1;
}
Isso que tu disse?
Reply


Messages In This Thread
[DUVIDA] Alguem Ajuda =/ - by Erick_Schultz - 15.11.2010, 14:08
Re: [DUVIDA] Alguem Ajuda =/ - by TiagoPS - 15.11.2010, 14:40
Re: [DUVIDA] Alguem Ajuda =/ - by Tomato_Atecubanos - 15.11.2010, 14:42
Respuesta: Re: [DUVIDA] Alguem Ajuda =/ - by BiieL - 15.11.2010, 14:45
Re: [DUVIDA] Alguem Ajuda =/ - by steki. - 15.11.2010, 15:03
Re: [DUVIDA] Alguem Ajuda =/ - by Erick_Schultz - 15.11.2010, 16:13
Re: [DUVIDA] Alguem Ajuda =/ - by []Fabricio[] - 15.11.2010, 16:28
Re: [DUVIDA] Alguem Ajuda =/ - by Erick_Schultz - 15.11.2010, 16:32
Re: [DUVIDA] Alguem Ajuda =/ - by []Fabricio[] - 15.11.2010, 16:40
Re: [DUVIDA] Alguem Ajuda =/ - by Erick_Schultz - 15.11.2010, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)