Factions/Clases Color - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Factions/Clases Color (
/showthread.php?tid=115029)
Factions/Clases Color -
Onyx09 - 22.12.2009
ok what im trying to do is set a color for Each Family/Faction in my Server im a beginer scriptin and ive tried alot of codes trying to make it work and i dont get it wont work this code im using
if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)//Police Force spawn
{
SetPlayerToTeamColor(playerid);
SetPlayerColor(playerid, 0xFF0000AA); <----- This Should Change it color?
SetPlayerInterior(playerid,6);
rand = random(sizeof(gCopPlayerSpawns));
SetPlayerPos(playerid, gCopPlayerSpawns[rand][0], gCopPlayerSpawns[rand][1], gCopPlayerSpawns[rand][2]); // Warp the player
SetPlayerFacingAngle(playerid, 270.0);
PlayerInfo[playerid][pInt] = 6;
return 1;
}
what is wrong? can someone help me out with the right code thanks <3
Re: Factions/Clases Color -
LarzI - 22.12.2009
Try removing
pawn Код:
SetPlayerToTeamColor(playerid);
Re: Factions/Clases Color -
Onyx09 - 22.12.2009
that didnt work man
Re: Factions/Clases Color -
s0nic - 22.12.2009
SetPlayerToTeamColor(playerid);
..Should work and should look something like this.
pawn Код:
SetPlayerToTeamColor(playerid)
{
if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
{
SetPlayerColor(playerid,COLOR_); // Police Force
}
//etc.
}
Re: Factions/Clases Color -
Onyx09 - 22.12.2009
none of those codes are working any ideas?
Re: Factions/Clases Color -
s0nic - 22.12.2009
Well that's weird..maybe i can help if i got a look at your script..but i gotta go to sleep now its 12:45am..if you still need help by the time i wake up ill help you out.
Re: Factions/Clases Color -
Onyx09 - 22.12.2009
allright thanks i think we have same time ;P and yeah pls
Re: Factions/Clases Color -
s0nic - 22.12.2009
Well im wide awake and ready to help...i added your email to my msn..but i guess your offline.