[AJUDA]zcmd
#1

pawn Код:
CMD:afk(playerid, params[])
    {
    new pName[MAX_PLAYER_NAME];
    new string[48];
    GetPlayerName(playerid, pName, sizeof(pName));
        format(string, sizeof(string), "Agora estб AFK. Use /voltar para voltar a seu estado normal.");
        format(string, sizeof(string), "%s estб AFK.", pName);
    SendClientMessageToAll(0xFFFF00FF, string);
    TogglePlayerControllable(playerid,0);
    SetPlayerHealth(playerid,999999);
    return 1;
    }
Erros
C:\Users\Diogo\Desktop\Game Mode\gamemodes\GmLol2.pwn(781) : error 029: invalid expression, assumed zero
C:\Users\Diogo\Desktop\Game Mode\gamemodes\GmLol2.pwn(781) : error 017: undefined symbol "cmd_afk"
C:\Users\Diogo\Desktop\Game Mode\gamemodes\GmLol2.pwn(781) : error 029: invalid expression, assumed zero
C:\Users\Diogo\Desktop\Game Mode\gamemodes\GmLol2.pwn(781) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

Ajuda ? '-'
Reply


Messages In This Thread
[AJUDA]zcmd - by Diogo123 - 11.05.2012, 22:12
Re: [AJUDA]zcmd - by Lucas_Alemao - 11.05.2012, 22:13
Re: [AJUDA]zcmd - by Diogo123 - 11.05.2012, 22:17
Re: [AJUDA]zcmd - by Jason_King - 11.05.2012, 23:49
Re: [AJUDA]zcmd - by ViniBorn - 12.05.2012, 02:41
Re: [AJUDA]zcmd - by Diogo123 - 12.05.2012, 02:46
Re: [AJUDA]zcmd - by tonisantolia - 12.05.2012, 02:48
Re: [AJUDA]zcmd - by ViniBorn - 12.05.2012, 03:00

Forum Jump:


Users browsing this thread: 1 Guest(s)