Script money on join
#10

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;}
Reply


Messages In This Thread
Script money on join - by Natureforce - 25.08.2012, 12:49
Re: Script money on join - by clarencecuzz - 25.08.2012, 12:51
Re: Script money on join - by Natureforce - 25.08.2012, 12:52
Re: Script money on join - by Natureforce - 25.08.2012, 12:58
Re: Script money on join - by [MWR]Blood - 25.08.2012, 13:00
Re: Script money on join - by Natureforce - 25.08.2012, 13:03
Re: Script money on join - by clarencecuzz - 25.08.2012, 13:06
Re : Script money on join - by DaTa[X] - 25.08.2012, 13:07
Re: Script money on join - by Natureforce - 25.08.2012, 13:42
Re: Script money on join - by Natureforce - 25.08.2012, 13:46

Forum Jump:


Users browsing this thread: 2 Guest(s)