Jump to content

Question

Posted

Nu-mi pune culoare la nume si nu stiu de ce :|

  Deci uitati cum arata :

		if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)//Tattaglia spawn
		{
		    SetPlayerToTeamColor(playerid);
		    SetPlayerInterior(playerid, 12);
		    SetPlayerPos(playerid, 2324.419921,-1145.568359,1050.710083);
		    PlayerInfo[playerid][pInt] = 0;
		    return 1;
		}
  Iar eu am facut-o asa :
		if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)//Tattaglia spawn
		{
		    SetPlayerColor(playerid, COLOR_NEWS);
		    SetPlayerToTeamColor(playerid);
		    SetPlayerInterior(playerid, 12);
		    SetPlayerPos(playerid, 2324.419921,-1145.568359,1050.710083);
		    PlayerInfo[playerid][pInt] = 0;
		    return 1;
		}

Dar degeaba, nu stiu de ce nu-mi schimba culoarea numelui, ma puteti ajuta ? :|

  PS : nu cred ca e pt Probleme GodFather pentru ca asta cu culori poate sa fie la orice server..

2 answers to this question

Recommended Posts

Posted

Rezolvare :D

[pawn]

if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)//Tattaglia spawn

{

    SetPlayerColor(playerid, COLOR_NEWS);

    SetPlayerInterior(playerid, 12);

    SetPlayerPos(playerid, 2324.419921,-1145.568359,1050.710083);

    PlayerInfo[playerid][pInt] = 0;

    return 1;

}

[/pawn]

asa cred ca se rezolva :D if (PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] ==

Posted

Nu nu a functionat, doar daca ai scos acel SetPlaterTeamColor (sau cum se numea) nu a mers, dar ms de incercare

  EDIT :

    Cand dau GMX la svr...in timp ce se restarteaza se vad culorile :o, dar cand e normal server-ul, nu se vad :(

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.