[GameMode] [GM]True Crime: Streets of LS
#21

No its not compatible. ( Cant compile without errors )

Also

How do you add gangs?
Reply
#22

Quote:
Originally Posted by [GTA
]

How do you add gangs?
Dont Double Post.

You just posted this in GF Topic. Give them a chance to answer you

Dylan
Reply
#23

It aint double post if its in differnt threads.
Reply
#24

When your asking the same shit as you did in GF? Put it down as SPAM then
Reply
#25

Same shit different bucket.
Reply
#26

Quote:
Originally Posted by Tez2k7
Nice script, alot of Factions there well done.

Ps. Didn't you quit sa-mp a while ago?
I keep saying that but I can't do it, it's too addictive.


P.S [GTA] when you said not compilable without errors do you mean without warnings because I compile and there is 3 warnings I think all of them about loose indentations which is nothing.
Reply
#27

Quote:
Originally Posted by Souljah88
When your asking the same shit as you did in GF? Put it down as SPAM then
I wouldn't find it as spam! What I would find spam is this gay argument.
Quote:
Originally Posted by Souljah88
Quote:
Originally Posted by [GTA
]

How do you add gangs?
Dont Double Post.

You just posted this in GF Topic. Give them a chance to answer you

Dylan
I would find THAT as spam as it's very much off topic!

Nice work ®Pinder*!
Reply
#28

There's enough gangs/families/factions just rename them or something I think the amount there is now is probably too much and I can't be bothered teaching you it's a lot of stuff to explain.
Reply
#29

Humm.. I think this script could compete with moderntopia personally.
One of the reasons I like this script is becuase it comes with everything it needs and not just the damn Gamemode so you dont have to go looking for a ton of includes.

Oh and the reason it wont compile for some is simply because of a pawno glitch. It gets really annoying. There is a way to compile it, you have to open pawno directly and compile it from there. Once it's compiled, just compiling it from the .pwn file should work.

With the loose indentations, those are very easy to fix. Its just the amount of space between the line of code and the margin. If you really cant fix them, you can just add this to the very top of the script and it will get rid of them: (ps, I really don't like doing it )

pawn Код:
#pragma tabsize 0
'One Shoot, One Kill, No Luck, Just Skill' << who made that??
Reply
#30

scripting but can't unban yourself? does not make any since.
nice script though.
Reply
#31

Quote:
Originally Posted by [GTA
]
Quote:
Originally Posted by [GTA
]
How do you make it that names colors are just plain white like real RP GM's.
Anyone know?
You could just remove the SetPlayerColor from underneath the faction spawns for example to remove the armed forces colour you would make this.

Code:
    if (PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)//Armed Forces spawn
		{
		  SetPlayerColor(playerid, TEAM_GREEN);
		  SetPlayerInterior(playerid, 0);
		  GivePlayerWeapon(playerid, 31, 750);
			GivePlayerWeapon(playerid, 24, 400);
			GivePlayerWeapon(playerid, 16, 750);
			SetPlayerPos(playerid, 2794.225830,-1088.262573,30.718750);
		  PlayerInfo[playerid][pInt] = 0;		
			return 1;
		}
this

Code:
   if (PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)//Armed Forces spawn
		{
		  SetPlayerInterior(playerid, 0);
		  GivePlayerWeapon(playerid, 31, 750);
			GivePlayerWeapon(playerid, 24, 400);
			GivePlayerWeapon(playerid, 16, 750);
			SetPlayerPos(playerid, 2794.225830,-1088.262573,30.718750);
		  PlayerInfo[playerid][pInt] = 0;		
			return 1;
		}
EDIT: and remove that /changecolor command.
Reply
#32

Pinder,you make me laugh.Al Queda Hahahahahaha
Reply
#33

Ok now how do you change spawn color and get player markers off map?
Reply
#34

Brilliant Game Mode I Love It!!!
Reply
#35

How do you change Civilian spawn color and take markers off map?
Reply
#36

How do you change the colors of your name!
And take playermarkers off?
Reply
#37

How do i get admin?
not /rcon login [pass] admins.
I mean the "real" admin, Server admin, /admins admin^^
Do you know what i mean?

Pls help me
Reply
#38

go to /server/scriptfiles/NICK.ini
find Adminlvl(set 6) and save..
Reply
#39

Could you please tell me,how to get rid of this firstname_lastname thing?
Reply
#40

Quote:
Originally Posted by Zorn
Could you please tell me,how to get rid of this firstname_lastname thing?
You could just replace the /register command with the old one from the godfather script.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)