Question & Help
#10

pawn Код:
public SetPlayerSpawn(playerid)
{    
    if(IsPlayerConnected(playerid))    
    {        
        if(IsPlayerNPC(playerid) != 1)        
        {            
            if(PlayerInfo[playerid][pFirstLogin] == 0)            
            {
                 TogglePlayerSpectating(playerid, 1);                
                 PlayerSpectateVehicle(playerid, 245);
                 SetTimerEx("SpawnPlayer", 10000, 0, "d", playerid);
            }
        }
    }
}
pawn Код:
forward SpawnPlayer(playerid);
pawn Код:
public SpawnPlayer(playerid)
{
    TogglePlayerSpectating(playerid, 0);
    SpawnPlayer(playerid);
}
Reply


Messages In This Thread
Question & Help - by GeonMake - 09.07.2011, 14:48
Re: Question & Help - by HayZatic - 09.07.2011, 14:56
Re: Question & Help - by GeonMake - 09.07.2011, 15:05
Re: Question & Help - by LetsOWN[PL] - 09.07.2011, 15:08
Re: Question & Help - by HayZatic - 09.07.2011, 15:09
Re: Question & Help - by GeonMake - 09.07.2011, 15:14
Re: Question & Help - by GeonMake - 09.07.2011, 15:51
Re: Question & Help - by GeonMake - 10.07.2011, 14:41
Re: Question & Help - by =WoR=Varth - 11.07.2011, 00:40
Re: Question & Help - by Adil - 11.07.2011, 01:07

Forum Jump:


Users browsing this thread: 1 Guest(s)