27.09.2015, 12:26
Use SetTimerEx.
Also you don't need "newxp" to have the size of 246, max 15 is needed.
pawn Код:
public OnPlayerConnect(playerid)
{
SetTimerEx("xpse", 2, 1, "i", playerid);
}