Make this IF right please ( else problem )
#3

pawn Код:
COMMAND:showssbadge(playerid, params[])
{
    new targetid1;
    if(sscanf(params, "u", targetid1)) return SendClientMessage(playerid,COLOR_YELLOW,"Usage: /showssbadge [PlayerID]");
    if(PlayerInfo[playerid][pSS] >= 1)
    else
    {
        SendClientMessage(targetid1, COLOR_WHITE, "** Secret Society **");
        SendClientMessage(targetid1, COLOR_YELLOW, "** Government Worker");
       }
    return 1;
}
Reply


Messages In This Thread
Make this IF right please ( else problem ) - by gnoomen2 - 07.08.2012, 17:12
Re: Make this IF right please - by RedFusion - 07.08.2012, 17:14
Re: Make this IF right please - by Dan. - 07.08.2012, 17:18
Re: Make this IF right please - by gnoomen2 - 07.08.2012, 17:21
Re: Make this IF right please ( else problem ) - by CentyPoo - 07.08.2012, 17:26
Re: Make this IF right please ( else problem ) - by gnoomen2 - 07.08.2012, 17:31

Forum Jump:


Users browsing this thread: 3 Guest(s)