24.02.2014, 20:07
Thank you for your response
[I]PlayerInfo[pREPPoints]++;
I was changed:
But the problem still exists. What am I doing wrong?
[I]PlayerInfo[pREPPoints]++;
I was changed:
Quote:
Morda = SetTimer("TimmerMordidas", 3000, 1); To: Morda = SetTimerEx("TimmerMordidas",3000,1,"i",playerid); SetTimerEx("healtx",2000,0); To: SetTimerEx("healtx",2000,0,"i",playerid); |