How to fix ?
#2

PHP код:
public OnPlayerSpawn(playerid); 
{   
    if(
Dead[playerid] == 1); 
     {
        
SetPlayerHealth(playerid100); 
        
SetPlayerArmour(playerid100); 
        
ResetPlayerWeapons(playerid); 
        
GivePlayerWeapon(playerid26990); 
    
GivePlayerWeapon(playerid28990); 
    
GivePlayerWeapon(playerid24990); 
    
GivePlayerWeapon(playerid34990); 
    
SetPlayerInterior(playerid1); 
    
SetPlayerPos(playerid1412.639892, -1.7875101000.924377); 
    
SetPlayerVirtualWorld(playerid1); 
    
Dead[playerid] == 0
    } 
    return 
1

Try this one.
Reply


Messages In This Thread
How to fix ? - by Commands - 02.11.2015, 12:31
Re: How to fix ? - by Karan007 - 02.11.2015, 12:33
Re: How to fix ? - by Commands - 02.11.2015, 12:38
Re: How to fix ? - by Maximun - 02.11.2015, 12:42
Re: How to fix ? - by PrO.GameR - 02.11.2015, 14:08
Re: How to fix ? - by iZN - 02.11.2015, 14:42
Re: How to fix ? - by AbyssMorgan - 02.11.2015, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)