Major bank bug!
#2

You shouldn't allow amount less than 1$, do something like this:
Код:
if ( amount < 0 )
{
    SendClientMessage(playerid, -1, "Some error here to let the player know...");
}

else 
{
   // now do the main function
}
If you don't get any part of it, send me your code
Reply


Messages In This Thread
Major bank bug! - by baba1234 - 18.05.2015, 21:10
Re: Major bank bug! - by amirm3hdi - 18.05.2015, 21:19
Re: Major bank bug! - by baba1234 - 18.05.2015, 21:21
Re: Major bank bug! - by nezo2001 - 18.05.2015, 21:23
Re: Major bank bug! - by Abagail - 18.05.2015, 21:25
Re: Major bank bug! - by amirm3hdi - 18.05.2015, 21:28
Re: Major bank bug! - by baba1234 - 18.05.2015, 21:32
Re: Major bank bug! - by Macluawn - 18.05.2015, 21:39

Forum Jump:


Users browsing this thread: 1 Guest(s)