Removing fire from your game.
#1

I first saw this in XMovie, there is a command named /nofire, and it removes the firs created by anything that makes a fire. I am wondering how i could add this to my script, as there isnt a command or anything. I am stumped -.- if you know please help me.
Reply
#2

I am not sure if this works but
pawn Код:
stock RemoveFire(playerid) {
 new vw[MAX_PLAYERS] = GetPlayerVirtualWorld(playerid);
 SetPlayerVirtualWorld(playerid,1000+random(24));
 SetPlayerVirtualWorld(playerid, vw[playerid]);
 SendClientMessage(playerid,0xCC00FFFF,"Fire removed lol"); }
idk if it will work
Reply
#3

Yea it doesnt lol
Reply
#4

fixed it
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)