[GameMode] [GM]Los Angeles Roleplay [OLD THREAD]
#1

Returning after you crash
When your game crashes, you'll be returned at the same position where you crashed.

Clothes system
Lets say that you selected Male character, so you can have male skins only. No more stupid non-rp skin changes, you have to go to clothes shop and buy some new clothes.

Vehicle Ownership
You can buy a car from car dealership or a player. It will belong to you untill you sell it, and you can /v park your car everywhere you want.
You can own 3 vehicles at the same time.

New drug dealing system
The old one godfather drug dealing system was kinda non-rp, so here is the new one. There is a drug farm in blueberry, drugs farmer harvests some drugs and stores them at a "drugs bank". Then drugs smuggler goes to "drugs bank" and loads some drugs (ofcourse he has to pay for it a little) and delivers drugs to the safe spot. Then drugs smuggler sells drugs to drugs dealer at the black market and finally drugs dealer sells drugs to other players.

New cellphone system
We have improved cellphone system a lot. You can call with unidentified number as the unknown person. Every cellphone has a speaker, that you can turn on. /hangup bug fixed too and new command /hidenumber for donators. Short number added instead of /service [name]. Ex.: /call 111 will call you a pizza boy.

Car engine
Car must be started, before driving. You can start you engine by pressing SHIFT or typing /engine. Engine has 3/4 chances to start and 1/4 to fail. If car damage is more then 50% your engine will brake down, so you have to call a mechanic.

Mask system
We have mask system too, once you are Level 5, you can buy a mask at 24/7. If you're wearing it, no-one can see your name. And you'll be with the unknown name too. Ex.: Stranger says: Stay cool.

Note system
Everyone has a notebook with 5 pages, you can /createnote, /givenote, /shownotes, /deletenote.

Inventory system
If you put your gun at your inventory it will be saved even you'll disconnect.

Trunk system
Every 4 wheeled car has a trunk with 4 slots for weapons and 1 slot for body armour.
Trunks are saveable, so your guns will be saved even after game mode restart.

/smoke system
To /smoke you need to buy some cigarettes and a lighter from 24/7. You smoking section lasts 60 seconds and you i will get 15+ HP due your smoking section. Every 15 seconds you flick from the cigarette.

Weapon dealing systemThere is a Materials bank at docks of Los Santos. Materials smuggler (job available for everyone) picks up a material package from Blueberry materials factory and puts a package at Materials Bank. They will get a little profit for that. Gun Maker (faction only job) buys materials from materials bank and then he/she can /creategun. To create a gun you need to put a package at Gun factory and then factory worker will say if it's done.[/center]

Theres around 45,000 lines in this script.
Reply
#2

Quote:
Originally Posted by Michael Berg
Code:
 C:\Documents and Settings\blablabla\Bureaublad\Godfather\gamemodes\larp.pwn(43823) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error
This is what i get when i try to compile him..
Same error.How can i fix it
Reply
#3

at first thank you for a verry good script without bugs

but i have a question.... i cant open doors or gates what are the commands ?

and where is the database.sql for mysql



sorry for my bad english
Reply
#4

Quote:
Originally Posted by Michael Berg
I fixed it to put the .inc in the include file. THan it works.

And, does anybody know how to fix /asellcar ?
If you are talking about my problem it didnt work that way either.Can some1 help meeeeeeeeeeeeeee
Reply
#5

1.) Cant everyone see that the MySQL is taken out?
2.) I can't help you with the /asellcar as it worked for me...
Reply
#6

This is great gamemode, but I think it's a bug, when I typped "Male" I spawned as female player :\
<oops>
Reply
#7

Quote:
Originally Posted by simjus
This is great gamemode, but I think it's a bug, when I typped "Male" I spawned as female player :\
BTW I'm missing sql file too
Just do /setskin
Reply
#8

Wow, the tinyest bug you can get. But you don't need a Male skin when you're starting, goto a binco or something.
Reply
#9

Guys,umm i am not very good at scripting so can some1 tell me how to fix the problem with the compiling.I mean this problem:


C:\Documents and Settings\blablabla\Bureaublad\Godfather\gamemodes\ larp.pwn(43823) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error
Reply
#10

Quote:
Originally Posted by TheRock92
Guys,umm i am not very good at scripting so can some1 tell me how to fix the problem with the compiling.I mean this problem:


C:\Documents and Settings\blablabla\Bureaublad\Godfather\gamemodes\ larp.pwn(43823) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error
Did you put the includes into the includes folder?
Reply
#11

Quote:
Originally Posted by Scorcher
Quote:
Originally Posted by TheRock92
Guys,umm i am not very good at scripting so can some1 tell me how to fix the problem with the compiling.I mean this problem:


C:\Documents and Settings\blablabla\Bureaublad\Godfather\gamemodes\ larp.pwn(43823) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error
Did you put the includes into the includes folder?
Yes.Then i put the larp.pwn in the gamemode folder and when i tried to compile it this error came out
Reply
#12

Smoke system is an awesome idea in my opinion, Never seen this idea before
#define MAX_STRING 255 []
It's the best GF edit I have seen, I have to say it. You've done nice job here
Especialy with your ideas.
But you could make it less lines by bigstrtok function, just a tip
Reply
#13

Quote:
Originally Posted by MenaceX^
Smoke system is an awesome idea in my opinion, Never seen this idea before
#define MAX_STRING 255 []
It's the best GF edit I have seen, I have to say it. You've done nice job here
Especialy with your ideas.
But you could make it less lines by bigstrtok function, just a tip
Lol, thanks! Don't forget Ellis
Reply
#14

Hmhm, are you Aimless ?
Reply
#15

Nope, I just posted it from his account(he let me use it).
Reply
#16

Ok so you're the maker.
Mind you explain me what's the point with MAX_STRING?
Reply
#17

Quote:
Originally Posted by MenaceX^
Ok so you're the maker.
Mind you explain me what's the point with MAX_STRING?
pawn Код:
new string[MAX_STRING];
instead of
pawn Код:
new string[255];
Reply
#18

Quote:
Originally Posted by Norn
Quote:
Originally Posted by MenaceX^
Ok so you're the maker.
Mind you explain me what's the point with MAX_STRING?
pawn Код:
new string[MAX_STRING];
instead of
pawn Код:
new string[255];
O'rly?
I didn't mean to that. I meant, why 255?
Reply
#19

Why not 255?
Reply
#20

Read ******' topic about strings.
Reply


Forum Jump:


Users browsing this thread: 19 Guest(s)