killdahobo99
Unregistered
I have no experience in making gamemodes, but i'm taking a shot at it buy trying to make a stunt gamemode and learning as i go on. I have a lot of the maps i want but the problem is, I dont no how to make or use a login system...
My question is, Can someone take my script
http://pastebin.com/f78674f72 and take out the "moneygrub" parts without giving errors and add a proper login system? but take out all the moneygrub first. thank you.
killdahobo99
Unregistered
anyone?? please help me, i want to continue with my script
killdahobo99
Unregistered
No one can help me? like tell me if you cant do it....atleast say something
killdahobo99
Unregistered
Quote:
Originally Posted by Miokie*
|
thank you so much for replying...ive been waitig for awhile now! but im getting one error
(1191) : warning 203: symbol is never used: "CashScoreOld"
how do i fix that?
and if i use ladmin script without haveing anything to do with a register or login system in my gamemode, will it work?
Posts: 810
Threads: 34
Joined: Nov 2007
Reputation:
0
to 'hide' the warning use: #pragma unused CashScoreOld or just remove the new CashScoreOld;
killdahobo99
Unregistered
Quote:
Originally Posted by Pandabeer1337
to 'hide' the warning use: #pragma unused CashScoreOld or just remove the new CashScoreOld;
|
thanks for that, it fixed it....time for the login system, im deciding to make my own with the tutorial...but i want an admin command filterscript like "ladmin" but i dont want the register system. What do i do?
OR
Can i use "ladmin" instead of having a register system at all in my GM?