[SAP] OPEN ME !
#1

Hey !

Errors :

PHP код:
D:\pawno-master\include\SAPData/Gameplay/Duel.pwn(694) : error 008must be a constant expressionassumed zero
D
:\pawno-master\include\SAPData/Gameplay/Duel.pwn(697) : error 008must be a constant expressionassumed zero
D
:\pawno-master\include\SAPData/Gameplay/Duel.pwn(700) : error 008must be a constant expressionassumed zero
D
:\pawno-master\include\SAPData/Gameplay/Duel.pwn(703) : error 008must be a constant expressionassumed zero 
Code:

PHP код:
CMD:declineduel(playeridparams[])
{
    
SendClientMessage(playeridCOLOR_RED"You decline the duel inventation");
    
SendClientMessage(Inventation[playerid], COLOR_RED"your duel inventation got declined.");
    
Inventation[InventationSent[playerid]] = -1;
    
InventationSent[playerid] = -1;
    switch(
playerid)
    {
        case 
DualRoom1: <-- 694
        DualRoom1 
= -1;
        
        case 
DualRoom2: <-- 697
        DualRoom2 
= -1;
        
        case 
DualRoom3: <-- 700
        DualRoom3 
= -1;
        
        case 
DualRoom4: <-- 703
        DualRoom4 
= -1;
        
    }
    return 
1;

Thanks
Yaa
Reply


Messages In This Thread
[SAP] OPEN ME ! - by Yaa - 10.11.2016, 19:22
Re: [SAP] OPEN ME ! - by mkr - 10.11.2016, 19:30
Re: [SAP] OPEN ME ! - by Yaa - 10.11.2016, 19:51
Re: [SAP] OPEN ME ! - by JulieG - 10.11.2016, 20:36
Re: [SAP] OPEN ME ! - by Gammix - 10.11.2016, 20:39
Re: [SAP] OPEN ME ! - by Yaa - 10.11.2016, 21:17
Re: [SAP] OPEN ME ! - by LeonRP - 10.11.2016, 21:24
Re: [SAP] OPEN ME ! - by Yaa - 10.11.2016, 21:29
Re: [SAP] OPEN ME ! - by Pearson - 10.11.2016, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)