25.08.2012, 13:46
(
Последний раз редактировалось Natureforce; 25.08.2012 в 14:26.
)
Thanks guys.
I installed the login/register system, and it works.
But i'm still having this error.
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : error 017: undefined symbol "Registered"
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : warning 215: expression has no effect
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : error 001: expected token: ";", but found "]"
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : error 029: invalid expression, assumed zero
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
With this code
public OnPlayerConnect(playerid){ if(Registered[playerid] == 0) //The player is not registered { ResetPlayerMoney(playerid); GivePlayerMoney(playerid, 2000); } return 1;}
I installed the login/register system, and it works.
But i'm still having this error.
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : error 017: undefined symbol "Registered"
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : warning 215: expression has no effect
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : error 001: expected token: ";", but found "]"
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : error 029: invalid expression, assumed zero
C:\Users\Michiel\Servers\GTA sa\Gta test\gamemodes\test.pwn(63) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
With this code
public OnPlayerConnect(playerid){ if(Registered[playerid] == 0) //The player is not registered { ResetPlayerMoney(playerid); GivePlayerMoney(playerid, 2000); } return 1;}