09.04.2014, 08:48
You forgot the character ";" :P
pawn Код:
stock GiveExperienceToPlayer(playerid, value)
{
PInfo[playerid][Exp] += value;
return 1;
}