30.09.2011, 23:42
Quote:
this CP will be toggled when a player enters the first CP
pawn Код:
|
pawn Код:
SetTimerEx("SumTimer",10000,true,"i",playerid);
pawn Код:
jobtalk(playerid)
{
SetTimerEx("SumTimer",10000,true,"i",playerid);
return 1;
}