How to fix ?
#1

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;

Errors :
Код:
C:\Users\Administrator\Documents\C5 School\School 2.pwn(118) : error 055: start of function body without function header
C:\Users\Administrator\Documents\C5 School\School 2.pwn(119) : error 010: invalid function or declaration
C:\Users\Administrator\Documents\C5 School\School 2.pwn(121) : error 021: symbol already defined: "SetPlayerHealth"
C:\Users\Administrator\Documents\C5 School\School 2.pwn(133) : error 010: invalid function or declaration
How to fix ?
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)