13.07.2013, 17:27
Ok so this stock function is giving me errors.
errors:
Helps? :l
pawn Код:
stock GivePlayerScore(playerid, score)
{
SetPlayerScore(playerid, GetPlayerScore(playerid)+score);
return 1;
}
Код:
C:\Documents and Settings\Owner\Desktop\test\gamemodes\DDPTDM.pwn(865) : error 025: function heading differs from prototype C:\Documents and Settings\Owner\Desktop\test\gamemodes\DDPTDM.pwn(866) : error 021: symbol already defined: "GivePlayerScore" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.