[AJUDA]Warning
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/cinto", true))
    {
        CSEG[playerid] = 1;
        SendClientMessage(playerid,AZUL,"{FFFF00}[Dica] {FFFFFF}Cinto de Seguranзa Colocado![/tirarcinto]");
        return 1;
    }
    if(!strcmp(cmdtext, "/tirarcinto", true))
    {
        CSEG[playerid] = 0;
        SendClientMessage(playerid,VERMELHO,"{FFFF00}[Dica] {FFFFFF}Vocк tirou o Cinto de Seguranзa.");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[AJUDA]Warning - by mutante_br - 09.12.2011, 02:19
Re: [AJUDA]Warning - by Lуs - 09.12.2011, 02:26
Re: [AJUDA]Warning - by ViniBorn - 09.12.2011, 02:27
Re: [AJUDA]Warning - by Lуs - 09.12.2011, 02:29

Forum Jump:


Users browsing this thread: 1 Guest(s)