Credit card system - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Credit card system (
/showthread.php?tid=216942)
Credit card system -
ricardo178 - 26.01.2011
Hey guys, someone know where have a credit card system? Just didn't find!
Thanks, and if someone know please tell me....
Re: Credit card system -
Anthonyx3' - 26.01.2011
Make your own using simple enums.
Re: Credit card system -
ricardo178 - 26.01.2011
It is too smart for me....
Re: Credit card system -
Elorreli - 26.01.2011
Quote:
Originally Posted by ricardo178
It is too smart for me....
|
Then die trying!
Re: Credit card system -
ricardo178 - 26.01.2011
The problem is i don't make any idea of what the code type is and stuff... I really don't know how! And btw, i alried didn't understund good what are enums... They are to define stuff?
Re: Credit card system -
Anthonyx3' - 26.01.2011
try something like:
pawn Код:
enum ccard
{
// stuff here
};
Thats an enum^^
Re: Credit card system -
ricardo178 - 26.01.2011
Quote:
Originally Posted by Anthonyx3'
try something like:
pawn Код:
enum ccard { // stuff here };
Thats an enum^^
|
I know this is an enum but in the part of Stuff here, i don't have idea what type of coe you should put...
In a cmd, i know you need define it using functions like GivePlayerMoney(playerid, money); and btw if i am right enum is to define variables and playerid, money are variables?
Re: Credit card system -
A.Bowers - 27.01.2011
Its going to take some time to create a code like what you are wanting. So you can either search the filterscript section / whole forum. Or you would need to create the code. Or Pay someone to make the code.