Ban System
#7

D:\Rockstar Games\GTA San Andreas\gamemodes\GFSUpdated.pwn(85) : error 021: symbol already defined: "PlayerInfo"
D:\Rockstar Games\GTA San Andreas\gamemodes\GFSUpdated.pwn(140) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo"
D:\Rockstar Games\GTA San Andreas\gamemodes\GFSUpdated.pwn(140) : warning 215: expression has no effect
D:\Rockstar Games\GTA San Andreas\gamemodes\GFSUpdated.pwn(140) : error 001: expected token: ";", but found "]"
D:\Rockstar Games\GTA San Andreas\gamemodes\GFSUpdated.pwn(140) : error 029: invalid expression, assumed zero
D:\Rockstar Games\GTA San Andreas\gamemodes\GFSUpdated.pwn(140) : fatal error 107: too many error messages on one line

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


5 Errors.

85 new PlayerInfo[MAX_PLAYERS][P_ACCOUNT_DATA];
86 new playerLogin[MAX_PLAYERS];
87 new joinskin = mS_INVALID_LISTID;

138 public OnPlayerRequestClass(playerid, classid)
139 {
140 if(PlayerInfo[playerid][pLoggedin] == false)
141 {
142 SetSpawnInfo( playerid, 0, 0, 563.3157, 3315.2559, 0, 269.15, 0, 0, 0, 0, 0, 0 );
143 TogglePlayerSpectating(playerid, true);
144 TogglePlayerSpectating(playerid, false);
145 SetPlayerCamera(playerid);
146 return 1;
147 }
Reply


Messages In This Thread
Ban System - by JXZ - 03.06.2020, 16:50
Re: Ban System - by makemoneynotfriends - 03.06.2020, 16:53
Re: Ban System - by JXZ - 03.06.2020, 16:57
Re: Ban System - by makemoneynotfriends - 03.06.2020, 16:58
Re: Ban System - by JXZ - 03.06.2020, 17:00
Re: Ban System - by Shadow0707 - 03.06.2020, 17:53
Re: Ban System - by JXZ - 03.06.2020, 17:57
Re: Ban System - by Shadow0707 - 03.06.2020, 18:01
Re: Ban System - by JXZ - 03.06.2020, 18:08
Re: Ban System - by Shadow0707 - 03.06.2020, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)