Removing fire from your game.
#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


Messages In This Thread
Removing fire from your game. - by kin - 28.01.2011, 00:32
Re: Removing fire from your game. - by admantis - 28.01.2011, 01:19
Re: Removing fire from your game. - by kin - 28.01.2011, 02:08
Re: Removing fire from your game. - by kin - 28.01.2011, 02:32

Forum Jump:


Users browsing this thread: 1 Guest(s)