[Ajuda]Erro estupido xD
#1

Quote:

C:\Users\Ricardo Moreira\Desktop\RedContry\RC-RP\filterscripts\ExtFire.pwn(114) : error 017: undefined symbol "i"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Linha do erro
PHP код:
         if(PlayerInfo[i][pAdmin] >= 1
Reply
#2

if(PlayerInfo[playerid][pAdmin] >= 1)
Reply
#3

PHP код:
for(new i=0i<MAX_PLAYERSi++)
(
if(
PlayerInfo[i][pAdmin]>=1)

Reply
#4

Tem 2 que eu conheзo de resolver isso:

1є Colocando isso:
PHP код:
for(new i=0i<MAX_PLAYERSi++) 
2є Trocando o
PHP код:
[i
por
PHP код:
[playerid
Ficando assim:
PHP код:
if(PlayerInfo[playerid][pAdmin] >= 1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)