27.07.2014, 13:38
CurePlayer() and the others are user created functions.
Adding new will not solve this problem.
Try creating or searching for these functions and then add them to the script.
For example:
Adding new will not solve this problem.
Try creating or searching for these functions and then add them to the script.
For example:
pawn Код:
stock CurePlayer(playerid)
{
return SetPlayerHealth(playerid, 100);
}