Little help
#7

pawn Код:
if (strval(inputtext) > GetPlayerCash(playerid) || strval(inputtext)< 1)
{
    GivePlayerCash(playerid,-strval(inputtext));
    // Do the stuff you want here.
    return 1;
}
+Rep if helped.
Reply


Messages In This Thread
Little help - by Scott Zulkifli - 18.01.2013, 09:03
Re: Little help - by basse - 18.01.2013, 09:11
Re: Little help - by Scott Zulkifli - 18.01.2013, 09:34
Re: Little help - by B-Matt - 18.01.2013, 09:46
Re: Little help - by Scott Zulkifli - 18.01.2013, 10:43
Re: Little help - by Threshold - 18.01.2013, 10:45
Re: Little help - by Norrin - 18.01.2013, 10:46

Forum Jump:


Users browsing this thread: 3 Guest(s)