Grove Street Faction Help !
#1

Hello

Where Can i Find Grove Street Faction ?
I Really need it For my Server


Please Help Me !
Reply
#2

Are you using gTeam in your gamemode?
Reply
#3

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Are you using gTeam in your gamemode?
Im Acctualy using Raven's Roleplay Gamemode , Can you help me with Grove Street Faction ?
Reply
#4

Yeah,i'm trying.Does Raven's Roleplay uses gTeam?
Reply
#5

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Yeah,i'm trying.Does Raven's Roleplay uses gTeam?
I Don't Know xD ! and thanks For Helping
Reply
#6

Quote:
Originally Posted by SiEx
Посмотреть сообщение
I Don't Know xD ! and thanks For Helping
In the gamemode,search for "gTeam" without "" and see if there is something.

Or just see the other factions code and make a copy for the Groove Street.
Reply
#7

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
In the gamemode,search for "gTeam" without "" and see if there is something.

Or just see the other factions code and make a copy for the Groove Street.
Yes it Uses gTeam Now What ?
Reply
#8

Quote:
Originally Posted by SiEx
Посмотреть сообщение
Yes it Uses gTeam Now What ?
This is my gTeam coe in my gamemode.Since it uses gTeam,it should work.

Put this at bottom of your script,to start:

pawn Код:
SetPlayerTeamFromClass(playerid, classid)
{
    if(classid == 0) //Replace the 0 with your new class id.
    {
        gTeam[playerid] = TEAM_GROOVE;
    }
}

SetPlayerToTeamColour(playerid)
{
    if(gTeam[playerid] == TEAM_GROOVE)
    {
        SetPlayerColor(playerid,YOUR_COLOR;
    }
}
OnPlayerRequestClass:

pawn Код:
SetPlayerTeamFromClass(playerid, classid);
OnPlayerSpawn:

pawn Код:
SetPlayerToTeamColour(playerid);
OnGameModeInit:

pawn Код:
AddPlayerClass(105,-2051.7437,478.5006,35.1723,261.2405,0,0,0,0,0,0); //GROOVE
Код:
skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo
Edit the float x,y,z and the spawn weapons.
Reply
#9

Thanks ! you are The Best !!
Reply
#10

Quote:
Originally Posted by SiEx
Посмотреть сообщение
Thanks ! you are The Best !!
No problem.Post here if you have problems.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)