[AJUDA] Comandos
#9

Nossa ocorreu o seguinte erro:
Код:
C:\Users\Guilherme\Desktop\Brasil Realidade Cruel\gamemodes\novogmsem.pwn(13924) : error 029: invalid expression, assumed zero
C:\Users\Guilherme\Desktop\Brasil Realidade Cruel\gamemodes\novogmsem.pwn(13924) : warning 215: expression has no effect
C:\Users\Guilherme\Desktop\Brasil Realidade Cruel\gamemodes\novogmsem.pwn(13924) : error 001: expected token: ";", but found ")"
C:\Users\Guilherme\Desktop\Brasil Realidade Cruel\gamemodes\novogmsem.pwn(13924) : error 029: invalid expression, assumed zero
C:\Users\Guilherme\Desktop\Brasil Realidade Cruel\gamemodes\novogmsem.pwn(13924) : fatal error 107: too many error messages on one line

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


4 Errors.
@EDIT
Eu coloquei bem depois disto:
pawn Код:
if(strcmp(cmd, "/prender", true) == 0) {
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == LSPD || pAdmin[playerid] == 6){
new plid;
tmp = strtok(cmdtext, idx);
Reply


Messages In This Thread
[AJUDA] Comandos - by GuiihCamargo - 19.03.2012, 00:25
Re: [AJUDA] Comandos - by MelodySenpai - 19.03.2012, 00:51
Re: [AJUDA] Comandos - by ViniBorn - 19.03.2012, 01:35
Re: [AJUDA] Comandos - by Lucas_Alemao - 19.03.2012, 01:51
Re: [AJUDA] Comandos - by GuiihCamargo - 19.03.2012, 02:26
Re: [AJUDA] Comandos - by ViniBorn - 19.03.2012, 02:32
Re: [AJUDA] Comandos - by steeldark - 19.03.2012, 02:32
Re: [AJUDA] Comandos - by zbt - 19.03.2012, 02:34
Re: [AJUDA] Comandos - by GuiihCamargo - 19.03.2012, 03:00
Re: [AJUDA] Comandos - by ViniBorn - 19.03.2012, 03:03

Forum Jump:


Users browsing this thread: 1 Guest(s)