/adv command help!
#3

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
pawn Код:
CMD:adv(playerid, params[])
{
    if(!strlen(params[0])) return SendClientMessage(playerid, -1, "Use /adv [message");
    if(IsPlayerInRangeOfPoint(playerid, RANGE, posX, posY, posZ))
    {
        SendClientMessageToAll(-1, params[0]);
        GivePlayerMoney(playerid, -70);
        return 1;
    }
    else return SendClientMessage(playerid, -1, "You arent in the spot to use this command!");
}
Can you Please give it ine default code? :/
Reply


Messages In This Thread
/adv command help! - by Panormitis - 05.10.2011, 10:23
Re: /adv command help! - by Pharrel - 05.10.2011, 10:28
Re: /adv command help! - by Panormitis - 05.10.2011, 10:30
Re: /adv command help! - by aRoach - 05.10.2011, 10:30
Re: /adv command help! - by Panormitis - 05.10.2011, 10:32
Re: /adv command help! - by Panormitis - 05.10.2011, 10:44
Re: /adv command help! - by aRoach - 05.10.2011, 10:56
Re: /adv command help! - by Jack_Leslie - 05.10.2011, 10:56

Forum Jump:


Users browsing this thread: 6 Guest(s)