26.09.2012, 16:20
Everytime I spawn in my script it does public OnPlayerRequestClass and everytime I die it does the same but I disabled it apparently I guess
What can I do to resolve this ?
Код:
public OnPlayerRequestClass(playerid, classid)
{
return 0;
}

