Need help with money stuff
#3

try
pawn Код:
if(GetPlayerMoney(playerid) < 2500)
{
SendClientMessage(playerid, COLOR_LIGHTRED, "You nedd $2500 to teleport !");
return 1;
}
else
{
// bla bla bla... your tele function
}
Reply


Messages In This Thread
Need help with money stuff - by tturvas - 30.07.2009, 18:42
Re: Need help with money stuff - by BMUK - 30.07.2009, 18:47
Re: Need help with money stuff - by James_Alex - 30.07.2009, 18:47
Re: Need help with money stuff - by tturvas - 30.07.2009, 18:54

Forum Jump:


Users browsing this thread: 1 Guest(s)