CreatePickup [money]
#10

Quote:
Originally Posted by Aleksabre
Посмотреть сообщение
And by the way I get this warning
pawn Код:
warning 213: tag mismatch
on this:
pawn Код:
if(!GetPlayerMoney(playerid) >= 1000) return SendClientMessage(playerid, YOURCOLORHERE, "You do not have enough money to take this weapon.");
Why?
Of course I set "COLOR_WHITE" after SCM, but it's not that problem.
Suggestion to use GameText instead of SendClientMessage because it will spam out your chat use this
pawn Код:
if(GetPlayerMoney(playerid) < 1000) return GameTextForPlayer(playerid,"~r~You don't have enough money to buy hp",3000,5);
Reply


Messages In This Thread
CreatePickup [money] - by Aleksabre - 18.10.2013, 20:09
Re: CreatePickup [money] - by Areax - 18.10.2013, 20:50
Re: CreatePickup [money] - by Aleksabre - 18.10.2013, 23:30
Re: CreatePickup [money] - by HardRock - 18.10.2013, 23:35
Re: CreatePickup [money] - by Aleksabre - 18.10.2013, 23:40
Re: CreatePickup [money] - by HardRock - 18.10.2013, 23:44
Re: CreatePickup [money] - by Aleksabre - 18.10.2013, 23:47
Re: CreatePickup [money] - by Aleksabre - 18.10.2013, 23:52
Re: CreatePickup [money] - by SilentSoul - 18.10.2013, 23:54
Re: CreatePickup [money] - by SilentSoul - 18.10.2013, 23:59

Forum Jump:


Users browsing this thread: 3 Guest(s)