[GameMode] [GM] Grand Theft Auto: Injection
#1

Grand Theft Auto: Injection
All script was made by me and read the license below.

GTA: Injection Info:
This is an all in one mod I am developing for the SA:MP Community. Although this current version is in its beta, it has some very good features. Try it out, test it out, have fun with it. New versions will come in with time and so will new features.

GTA: Injection Details:

GTA: Injection 0.0.2 Features:
1. Settings file where player info can be printed to server console, AutoAdmin can be turned on, and anticheat can be turned on.
2. Remote vehicle locking feature
3. Vehicle buying feature with transfer control
4. Advanced bank system (no position check module)
5. Saving register and login system (money, health)
6. Me command for actions
7. Help supported with Menus
8. Regular chat is limited to 30 feet(IC), and "! [text]" is text that goes to everybody(ooc)
9. Speedometer and Fuel system.
10. Better anticheat.
11. Cheater reporting from anticheat.
12. Corresponding fuel and speed colors for their values.
13. Speed based Fuel Deplete.

Where should I send bug reports?
Don't send them anywhere, just post them on this topic and they will be handled.
How do I install?
Put 'Settings.ini' in your scriptfiles directory and GTAInj.amx in gamemodes directory.
What if I don't like the gamemode?
No problem, come see the later releases(when released) and see if you like it then.
How do I turn prints, autoadmin, or anticheat off?
Go to scriptfiles directory, open Settings.ini, and set your preferences.

GTA: Injection License:
All code is released under the GNU GPL.

GTA: Injection Credits:
Peter for the speed calculator.
Whoever made original GetVehicleType. [Edited by me to fit 0.0.2 standards]

GTA: Injection 0.0.2 Download:
http://rapidshare.com/files/63309224...ction.zip.html
http://pastebin.ca/740506

GTA: Injection 0.0.3 Updates:
Reply
#2

This looks simple and nice..

So it's an RPG GM?
Reply
#3

Around it yes.
Reply
#4

Looking forward to more features!
Reply
#5

Where the vehicles?
But it is nice

Van Haaren / [Klere]DS
Reply
#6

Nice simple script, I no its still in its beta but is looking very good
Reply
#7

[color=blue]Mirror

Link

btw what is autoadmin?
Reply
#8

Alejandro, i don't know why you mirror all things you see lol. And you should ask the scripter if he allow you to do. Some scripters, such as me, don't want their works to be mirrored.

About the script itself: i don't understand why you do:
pawn Code:
stock GivePlayerMoneyEx(playerid, amount)
{
    if(amount <= -1) pInfo[playerid][moneyEx] = pInfo[playerid][moneyEx] - amount;
    if(amount >= 1) pInfo[playerid][moneyEx] = pInfo[playerid][moneyEx] + amount;
    GivePlayerMoney(playerid, amount);
}
You could just do
pawn Code:
stock GivePlayerMoneyEx(playerid, amount)
{
    pInfo[playerid][moneyEx] += amount;
    GivePlayerMoney(playerid, amount);
}
or i'm missing something
Reply
#9

I'm just too cautious about this stuff. I forgot about += and mixed it up with =+. I havn't scripted in Pawn for around 2 months. So I'm a little sketchy.

Edit:
Quote:
Originally Posted by Alejandro
[color=blue]Mirror

Link

btw what is autoadmin?
AutoAdmin is a script feature that will automatically kick/ban when an anticheat report comes in.
Reply
#10

Quote:
Originally Posted by Pixels^
I'm just too cautious about this stuff. I forgot about += and mixed it up with =+. I havn't scripted in Pawn for around 2 months. So I'm a little sketchy.

Edit:
Quote:
Originally Posted by Alejandro
[color=blue]Mirror

Link

btw what is autoadmin?
AutoAdmin is a script feature that will automatically kick/ban when an anticheat report comes in.
nice. sounds handy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)