11.05.2014, 09:07
Код:
public ExplodeC4() { new Float:x, Float:y, Float:z; GetObjectPos(C4T, x, y, z); CreateExplosion(x, y, z, 7, 10.0); DestroyObject(C4T); C4T= 0; return 1; }
Also what is the (playerid) for? are you doing the explosion for a player or for everyone?