RESOLVIDO -
focaximubh - 11.09.2012
@EDIT VLW AI A QUEM AJUDOU, JБ RESOLVEMOS, VLW VINI
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
BreakDriFT - 11.09.2012
E sу substituir o IsPlayerAdmin pela sua variбvel.
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
focaximubh - 11.09.2012
Quote:
Originally Posted by BreakDriFT
E sу substituir o IsPlayerAdmin pela sua variбvel.
|
Eis meu problema, aparecem vбrios erros escrotos '-'
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
@Riichard - 11.09.2012
Adapte o FS no GM ._________.
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
BreakDriFT - 11.09.2012
Й eu nгo prestei atenзгo Fail.
Veja isto:
https://sampforum.blast.hk/showthread.php?tid=351176
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
focaximubh - 11.09.2012
Quote:
Originally Posted by @Riichard
Adapte o FS no GM ._________.
|
Nгo dб o gm й 99% codado em includes '-'
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
BreakDriFT - 11.09.2012
Olha meu post.
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
focaximubh - 11.09.2012
Quote:
Originally Posted by BreakDriFT
Olha meu post.
|
Olha meus erros '-'
pawn Код:
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(258) : error 017: undefined symbol "APlayerData"
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(258) : warning 215: expression has no effect
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(258) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(258) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(258) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Olha minha linha
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5)) return SendClientMessage(playerid, Vermelho,"Voce Nao e Admin");
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
ViniBorn - 11.09.2012
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5) return SendClientMessage(playerid, Vermelho,"Voce Nao e Admin");
Re: Adaptaзгo para FS de Evento(By> Don_Speed) -
focaximubh - 11.09.2012
Quote:
Originally Posted by Viniborn
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5) return SendClientMessage(playerid, Vermelho,"Voce Nao e Admin");
|
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(25
: error 017: undefined symbol "APlayerData"
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(25
: warning 215: expression has no effect
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(25
: error 001: expected token: ";", but found "]"
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(25
: error 029: invalid expression, assumed zero
C:\Documents and Settings\Lucas\Desktop\BR TRUCK\filterscripts\EVENTOFODA.pwn(25
: fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.