[Ajuda] Definir cor profissгo
#2

Essa:
pawn Код:
#define cor_assistance 0xB5B5B5FF  

case ClassAssistance: // Assistance class
        {
            format(missiontext, sizeof(missiontext), Assistance_NoJobText); // Preset the missiontext
            SetPlayerColor(playerid, cor_assistance); // Set the playercolor (chatcolor for the player and color on the map)
            // Start the PlayerCheckTimer to scan for players who need assistance (be sure the timer has been destroyed first)
            KillTimer(APlayerData[playerid][PlayerCheckTimer]);
            APlayerData[playerid][PlayerCheckTimer] = SetTimerEx("Assistance_CheckPlayers", 1000, true, "i", playerid);
        }
Ou

pawn Код:
#define cor_assistance 0xB5B5B570

case ClassAssistance: // Assistance class
        {
            format(missiontext, sizeof(missiontext), Assistance_NoJobText); // Preset the missiontext
            SetPlayerColor(playerid, cor_assistance); // Set the playercolor (chatcolor for the player and color on the map)
            // Start the PlayerCheckTimer to scan for players who need assistance (be sure the timer has been destroyed first)
            KillTimer(APlayerData[playerid][PlayerCheckTimer]);
            APlayerData[playerid][PlayerCheckTimer] = SetTimerEx("Assistance_CheckPlayers", 1000, true, "i", playerid);
        }
Reply


Messages In This Thread
Definir cor profissгo - by ThiagoMK - 16.07.2013, 18:56
Re: Definir cor profissгo - by Coe1 - 16.07.2013, 20:22
Re: Definir cor profissгo - by Leopawno - 16.07.2013, 20:53
Re : Re: Definir cor profissгo - by ThiagoMK - 16.07.2013, 21:50
Re: Definir cor profissгo - by focaximubh - 17.07.2013, 00:37
Re : Re: Definir cor profissгo - by ThiagoMK - 17.07.2013, 01:25

Forum Jump:


Users browsing this thread: 2 Guest(s)