SA-MP Forums Archive
[Ajuda] Adaptaзгo para FS de Evento(By> Don_Speed) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Adaptaзгo para FS de Evento(By> Don_Speed) (/showthread.php?tid=376819)



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.