how can i change the class color?
#1

so i was wondering how i could change my courier class color, (its pink) to black...
i found this in my gamemode
case ClassCourier: // Courier class
{
format(missiontext, sizeof(missiontext), Courier_NoJobText); // Preset the missiontext
SetPlayerColor(playerid, ColorClassCourier); // Set the playercolor (chatcolor for the player and color on the map)


please help, best regards,
jtweak
Reply
#2

sorry for bump, but black is just my first choice, i will take just about any other color except pink, thanks
Reply
#3

search for ColorClassCourier (with F3) and if there is a hex color (0xblabla) behind it than you found the correct line
now you only need to change that hex color to 0xFF (black & full visible on map)
Reply
#4

where could i find this? in the gamemode? thanks i will rep ya
Reply
#5

Somewhere in your script, there should be:
pawn Код:
#define ColorClassCourier 0xFF00CCFF //Or something like that
Change the 0xFF00CCFF to 0x000000FF

EDIT: Late...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)