/adv command help!
#5

Quote:
Originally Posted by aRoach
Посмотреть сообщение
pawn Код:
CMD:adv(playerid, params[])
{
    if(!strlen(params[0])) return SendClientMessage(playerid, -1, "Use /adv [message");
    if(!IsPlayerInRangeOfPoint(playerid, RANGE, posX, posY, posZ)) return SendClientMessage(playerid, -1, "You arent in the spot to use this command!");
    if(GetPlayerMoney(playerid) < 70) return SendClientMessage(playerid, -1, "You don't have enough money !");

    SendClientMessageToAll(-1, params[0]);
    GivePlayerMoney(playerid, -70);
    return 1;
}
You want with STRCMP ?
Yes please!
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: 7 Guest(s)