error 012
#1

PHP код:
C:\Users\JUSTIN\Documents\GTAhh\iTDs\gamemodes\zma5.pwn(421) : error 012invalid function callnot a valid address
C
:\Users\JUSTIN\Documents\GTAhh\iTDs\gamemodes\zma5.pwn(421) : warning 215expression has no effect
C
:\Users\JUSTIN\Documents\GTAhh\iTDs\gamemodes\zma5.pwn(421) : error 001expected token";"but found ")"
C:\Users\JUSTIN\Documents\GTAhh\iTDs\gamemodes\zma5.pwn(421) : error 029invalid expressionassumed zero
C
:\Users\JUSTIN\Documents\GTAhh\iTDs\gamemodes\zma5.pwn(421) : fatal error 107too many error messages on one line 
that is from Fahadking's zombie-gamemode,

here is the line 421:
PHP код:
function StartMap()
{
    
ClearChat();
    foreach(
Player,i)
    {
        
SetCameraBehindPlayer(i);
        
ClearAnimations(i);
        
HumanSetup(i);
        
SpawnPlayer(i);
        
CurePlayer(i);
        
SetPlayerDrunkLevel(i,0);
        
DisablePlayerCheckpoint(i);
        
pInfo[i][Boxes] = 2;
        
pInfo[i][BoxesAdvanced] = 10;
        
pInfo[i][SkinChanges] = 2;
        
pInfo[i][ArmourChanges] = 2;
        
pInfo[i][pVipBoxes] = 35;
        
pInfo[i][pLadders] = 2;
        
pInfo[i][pFakeKills] = 0;
        
pInfo[i][pAmmoBoxes] = 10;
        
pInfo[i][C4] = 4;
        
pInfo[i][pTrapMasterTrap] = 1;
        
pInfo[i][pScientistCure] = 1;
        
pInfo[i][pDoctorShield] = 1;
        
pInfo[i][pMapsPlayed]++;
        
TextDrawHideForPlayer(iServerIntroOne[i]);
        
TextDrawHideForPlayer(iServerIntroTwo[i]);
        
DestroyPickup(meatDrops[i]);
        
DestroyPickup(ammoDrops[i]);
        
DestroyObject(DocShield);
        
DestroyObject(Trap);
        
TogglePlayerControllable(i,1);
    } 
the CurePlayer(i); is the line 421.
Reply


Messages In This Thread
error 012 - by XGreen - 27.07.2014, 04:07
Re: error 012 - by KayJ - 27.07.2014, 04:19
Re: error 012 - by XGreen - 27.07.2014, 04:21
Re: error 012 - by GeekSiMo - 27.07.2014, 04:24
Re: error 012 - by XGreen - 27.07.2014, 04:32
Re: error 012 - by XGreen - 27.07.2014, 05:00
Re: error 012 - by EgyptForLife - 27.07.2014, 05:14
Re: error 012 - by FahadKing07 - 27.07.2014, 13:19
Re: error 012 - by Stinged - 27.07.2014, 13:38
Re: error 012 - by XGreen - 27.07.2014, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)