Help with command
#3

How do you expect us to help you if you don't have code?

PHP код:
IsSlotEmpty(playeridindex) {
    switch(
index) {
        case 
1: return plyInfo[playerid][pSlot1] == 0;
        case 
2: return plyInfo[playerid][pSlot2] == 0;
        case 
3: return plyInfo[playerid][pSlot3] == 0;
        case 
4: return plyInfo[playerid][pSlot4] == 0;
        case 
5: return plyInfo[playerid][pSlot5] == 0;
        case 
6: return plyInfo[playerid][pSlot6] == 0;
        default: return 
false;
    }

Something like this
Reply


Messages In This Thread
Help with command - by nemanjasepa - 19.02.2017, 10:12
Re: Help with command - by nemanjasepa - 19.02.2017, 10:26
Re: Help with command - by JaydenJason - 19.02.2017, 10:53
Re: Help with command - by nemanjasepa - 19.02.2017, 11:02
Re: Help with command - by nemanjasepa - 19.02.2017, 12:01
Re: Help with command - by Bolex_ - 19.02.2017, 17:53
Re: Help with command - by nemanjasepa - 19.02.2017, 18:09

Forum Jump:


Users browsing this thread: 3 Guest(s)