help me Please :)
#1

Hello all Scripters !!


Can you help Me with making Factions.... ?



I want To make


[G4E]=Green Colour ...Spawn at Groove Street
Army = Dark Blue ..Spawn at Army hq...
LSPD = Blue...Spawn at LSPD hq
FBi = Purple...Spawn At FBI hq..


please I tried It ..But failed

I will appreciate You if You Complete It

And Also Tell Me how To Make Trucker Job
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=187229
Reply
#3

Okay well to make factions, you should make a couple then use the setplayerteam, https://sampwiki.blast.hk/wiki/SetPlayerTeam, The colors would have to be with setplayercolor, https://sampwiki.blast.hk/wiki/SetPlayerColor, As for the trucker job you would probably have to create the vehicles and then once the player enters the truck a checkpoint would be created... So on. Good luck, also a good tip is to look over some other gamemodes and see if you can learn from what is already made.
Reply
#4

I know..

But i want different...

And FOr that making team i tried had 2 warn..

Can you make for me and Pm me ..plz
Reply
#5

Quote:

public OnPlayerRequestClass(playerid, classid)
{
gClass[playerid] = classid;
switch(gClass[playerid])
{
case 0:
{
GameTextForPlayer(playerid, "~b~ ~n~ ~n~ ~n~ Green", 10000, 3);
}
case 1:
{
GameTextForPlayer(playerid, "~g~ ~n~ ~n~ ~n~ blue", 10000, 3);
}
case 2:
{
GameTextForPlayer(playerid, "~y~ ~n~ ~n~ ~n~ red", 10000, 3);
}
}
return 1;
}

public OnPlayerSpawn(playerid)

{
switch(gClass[playerid])
{
case 0:
{
here the things of green team SetPlayerPos GivePlayerWeapon etc
}
case 1:
{
here the things of blue team
}
case 2:{
here the things of the last team
}
}
return 1;
}

I hope it will help you : D
Reply
#6

Hey ya

Thanks for help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)