I don't know how to explain this [Picture included]
#4

pawn Код:
public OnPlayerSpawn(playerid)
{
   SetPlayerVirtualWorld(playerid, 0);
   SetPlayerInterior(playerid, 0);
}
if(Killed[playerid] != -1)
{
TextDrawShowForPlayer (playerid, Textdraw0);
TogglePlayerSpectating(playerid, true);
SetTimerEx("StopSpeccing", 10000, false, "i", playerid);
if(Killed[playerid] != INVALID_PLAYER_ID)
{
Reply


Messages In This Thread
I don't know how to explain this [Picture included] - by Andy_McKinley - 27.02.2010, 18:57
Re: I don't know how to explain this [Picture included] - by Torran - 27.02.2010, 18:59
Re: I don't know how to explain this [Picture included] - by Andy_McKinley - 27.02.2010, 19:02
Re: I don't know how to explain this [Picture included] - by Torran - 27.02.2010, 19:04
Re: I don't know how to explain this [Picture included] - by Andy_McKinley - 27.02.2010, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)