Errors
#1

PHP код:
C:\Documents and Settings\user\щемзп дтбегд\SA-MP\ъйчйд згщд\gamemodes\NewRPMod.pwn(341) : error 017undefined symbol "PlayerInfo"
C:\Documents and Settings\user\щемзп дтбегд\SA-MP\ъйчйд згщд\gamemodes\NewRPMod.pwn(341) : error 001expected token";"but found "]"
C:\Documents and Settings\user\щемзп дтбегд\SA-MP\ъйчйд згщд\gamemodes\NewRPMod.pwn(341) : error 029invalid expressionassumed zero
C
:\Documents and Settings\user\щемзп дтбегд\SA-MP\ъйчйд згщд\gamemodes\NewRPMod.pwn(341) : fatal error 107too many error messages on one line 
Line:
PHP код:
INI_ReadString(PlayerInfo[playerid][pPass],"Password",20); 
Reply
#2

Check on your gamemode if you are using PlayerInfo and not PlayerStats or something like thatm Yo
Reply
#3

No, I am not.
Reply
#4

U need a variable for PlayerInfo!

pawn Код:
new PlayerInfo;
And it wouldn't be bad, if u check for a left ;
Reply
#5

Still... same errors.
Reply
#6

LOL PlayerInfo is basic SAMP scripting and you do NOT define it lik that in that was PlayerInfo is a so called home variable which you put under the enum and then it works

Try this
Place under your Enum
pawn Код:
new PlayerInfo[MAX_PLAYERS][pInfo];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)