21.06.2009, 20:00
As in the example that I want.
Example:
This be?
Example:
Код:
ex = SetTimer(playerid, "Example", 1000, true);
Код:
KillTimer(playerid, ex);
Код:
pickup = CreatePickup(playerid, pickupid, x,y,z);
Код:
DestroyPickup(playerid, pickup);