02.08.2013, 09:39
I can"t see player on the map, i"ve tried with ShowPlayerMarkers(1) under OnGameModeInIt but still nothing.
If you know how to make it, please reply.
If you know how to make it, please reply.
//------------------------------------------------------------------------------------------------------ public OnGameModeInit() { new string[MAX_PLAYER_NAME]; new string1[MAX_PLAYER_NAME]; for(new c=0;c<CAR_AMOUNT;c++) { |
public OnGameModeInit(){ ShowPlayerMarkers(1);
and last the the colors' transparency (Alpha values (transparency)). |
last two characters in your color code are transparency, so it would be like this: This is normal color: 00ffcb and adding FF in the color will set transparency to 100% 00ffcbFF |
12: Red channel 34: Green channel 56: Blue channel 76: Alpha channel 0x12345678