Hello need help with y_groups... Never worked with it.. Thats why I'am asking.
#4

So okay.. I putted everything like that but still he sees only one gang... I don't know why!
Here is my code..

Quote:

if(classid == 0 || classid == 1 || classid == 2 || classid == 3)
{
Group_SetPlayer(gCrips, playerid, true);
GameTextForPlayer(playerid,"~w~Crips",3000,5); // This will show up an Text , when you select your class
SetPlayerPos(playerid,1975.2399,-1220.0157,25.0779); // position of the player in the class selection
SetPlayerCameraPos(playerid,1969.5686,-1224.0016,24.9909); // Cameraposition
SetPlayerCameraLookAt(playerid,1975.2399,-1220.0157,25.0779);
SetPlayerFacingAngle(playerid,122.4500);
SetPlayerColor(playerid,0xA000FFFF); // Teamcolor
}
else if(classid == 4 || classid == 5 || classid == 6 || classid == 7)
{
Group_SetPlayer(gSBF, playerid, true);
GameTextForPlayer(playerid,"~w~The Seville Boulevard Crips",3000,5); // This will show up an Text , when you select your class
SetPlayerPos(playerid,1975.2399,-1220.0157,25.0779); // position of the player in the class selection
SetPlayerCameraPos(playerid,1969.5686,-1224.0016,24.9909); // Cameraposition
SetPlayerCameraLookAt(playerid,1975.2399,-1220.0157,25.0779);
SetPlayerFacingAngle(playerid,122.4500);
SetPlayerColor(playerid,0xA000FFFF); // Teamcolor
}

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)