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

Quote:
Originally Posted by Torran
Add this to OnPlayerSpawn

pawn Код:
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid, 0);
Then try
Pawno crashes when I add it.
It looks like this

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)
        {
This is not everything of that part of script.
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)