30.08.2009, 10:00
OK but under what do i have to put it in??
Under the OnPlayerConnect or where??
EDIT:
I have like that :
i am getting these errors :
Under the OnPlayerConnect or where??
EDIT:
I have like that :
Код:
//
public RefreshScore()
{
for(new w;w<MAX_PLAYERS;w++)
{
SetPlayerScore(w,DriftPoints[playerid]);
}
//------------------------------------------------------------------------------------------------------
Код:
C:\Documents and Settings\Mariusz\Pulpit\Eryk\samp02Xserver.win32\gamemodes\pdd.pwn(137) : error 017: undefined symbol "DriftPoints" C:\Documents and Settings\Mariusz\Pulpit\Eryk\samp02Xserver.win32\gamemodes\pdd.pwn(137) : error 017: undefined symbol "playerid" C:\Documents and Settings\Mariusz\Pulpit\Eryk\samp02Xserver.win32\gamemodes\pdd.pwn(137) : error 029: invalid expression, assumed zero C:\Documents and Settings\Mariusz\Pulpit\Eryk\samp02Xserver.win32\gamemodes\pdd.pwn(137) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.

