27.02.2011, 20:01
how about
They have a certain explosion for fire, as i used
And the object is a Smoke machine
Код:
if(strcmp(cmd, "/fire", true) == 0) { if(PlayerInfo[playerid][pAdmin] >= 1 && Aduty[playerid] == 1) { GetPlayerPos(playerid,smokex,smokey,smokez); CreateExplosion(smokex, smokey, smokez, 9, 15) CreateDynamicObject(2780, smokex, smokey, smokez, -6,0,0,90); } return 1; }
And the object is a Smoke machine