How would I..
#3

pawn Код:
if(GetPlayeMoney(playerid < 800))
{
SendClientMessage(playerid,COLOR_RED,"ERROR: Not enough money!");
return 1;
}
simple as that.

or

pawn Код:
if(GetPlayeMoney(playerid < 800))
{
//do somthing here
}else{SendClientMessage(playerid,COLOR_RED,"ERROR: Not enough money!");
return 1;
}
Reply


Messages In This Thread
How would I.. - by _Vortex - 14.09.2009, 23:17
Re: How would I.. - by Donny_k - 15.09.2009, 00:11
Re: How would I.. - by shady91 - 15.09.2009, 00:13
Re: How would I.. - by Donny_k - 15.09.2009, 00:20
Re: How would I.. - by shady91 - 15.09.2009, 00:37
Re: How would I.. - by Donny_k - 15.09.2009, 00:46
Re: How would I.. - by iLinx - 15.09.2009, 00:47
Re: How would I.. - by Hiitch - 15.09.2009, 00:59
Re: How would I.. - by shady91 - 15.09.2009, 01:11
Re: How would I.. - by _Vortex - 15.09.2009, 01:12

Forum Jump:


Users browsing this thread: 1 Guest(s)