Help for Kikosalaz
#9

Quote:
Originally Posted by kikosalaz
i dont wanna make anymore post to not spam the forum so i'll request any thing i need here, so it wont spam the forum.

This time i need help with the team's color, i wanna know how to make team's color ids have colors like GF i'm using wasted roleplay someone know in that GM where are the colors for the factions?

thanks in advance
Well I've never worked with Wasted Roleplay, but...
What ever they have there teams defined as, probably something like

pawn Код:
#define TEAM_LSPD
Or maybe as numbers.
You will find something like this, it might vary a bit in your script.
pawn Код:
new gTeam[MAX_PLAYERS];
Well around on player spawn, or w/e you have them load up stats.

This is just an example.

pawn Код:
if(gTeam[playerid] == TEAM_LSPD)
{
    SetPlayerColor(playerid, 0x0000FFAA);
    SendClientMessage(playerid, 0x0000FFAA, "Welcome back Officer");
    return 1;
}
// Other Teams would go down here as an else if statement.
else if(gTeam[playerid] == TEAM_MAFIA)
{
// Code
}
Reply


Messages In This Thread
Help for Kikosalaz - by kikosalaz - 09.11.2009, 00:17
Re: how to close these doors - by Sharpace - 09.11.2009, 00:38
Re: how to close these doors - by retart441 - 09.11.2009, 00:49
Re: how to close these doors - by DeltaAirlines12 - 09.11.2009, 00:58
Re: how to close these doors - by retart441 - 09.11.2009, 00:58
Re: how to close these doors - by kikosalaz - 09.11.2009, 16:46
Re: how to close these doors - by Lajko1 - 09.11.2009, 16:50
Re: Help for Kikosalaz - by kikosalaz - 09.11.2009, 23:41
Re: Help for Kikosalaz - by retart441 - 10.11.2009, 00:12
Re: Help for Kikosalaz - by kikosalaz - 10.11.2009, 18:21

Forum Jump:


Users browsing this thread: 2 Guest(s)