Remote function
#8

True... why did I do that :l

pawn Код:
public IsACop(playerid)
{
    if(!IsPlayerConnected(playerid)) return 0;
    switch(PlayerInfo[playerid][pLeader])
    {
        case 1 .. 3, 5 .. 7, 11, 13: return 1;
    }
    switch(PlayerInfo[playerid][pMember])
    {
        case 1 .. 3, 5 .. 7, 11, 13: return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Remote function [SOLVED] - by morha12 - 17.05.2014, 06:47
Re: Remote function - by KubiPL - 17.05.2014, 07:53
Re: Remote function - by morha12 - 17.05.2014, 08:08
Re: Remote function - by morha12 - 17.05.2014, 08:51
Re: Remote function - by morha12 - 17.05.2014, 09:14
Re: Remote function - by Threshold - 17.05.2014, 09:31
Re: Remote function - by morha12 - 17.05.2014, 09:46
Re: Remote function - by Threshold - 17.05.2014, 09:49
Re: Remote function - by morha12 - 17.05.2014, 09:53
Re: Remote function - by Pottus - 17.05.2014, 13:11

Forum Jump:


Users browsing this thread: 2 Guest(s)