22.10.2010, 13:08
I got the below code witch is called every time an player connects .
But only works for id 0.
pawn Код:
public ResetPVar(playerid)
{
SetPlayerSkillLevel(playerid,0,1);
SetPlayerSkillLevel(playerid,6,1);
return 1;
}