Else on script help please?
#2

pawn Код:
if(strcmp(cmdtext,"/duty",true)==0)
    {
    if(IsPlayerInRangeOfPoint(playerid,5, 264.1788,109.7014,1004.6172)) {
    SetPlayerSkin(playerid, 280);
    SendClientMessage(playerid, 0xFF0000AA, "* To get a car go to the icon in the garage and it will tell you what to   type!");
    SendClientMessage(playerid, 0xFF0000AA, "* Type /weapons too see a list of weapons!");
    }
    else {
    SendClientMessage(playerid, 0xFF0000AA, "* You are not in range of the /duty point");
    }
    return 1;
    }
Reply


Messages In This Thread
Else on script help please? - by Riggster - 22.12.2012, 11:22
Re: Else on script help please? - by [HK]Ryder[AN] - 22.12.2012, 11:27
Re: Else on script help please? - by DaRk_RaiN - 22.12.2012, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)