Removing Things
#1

Well, I have noticed while scripting, that some things such as some interior enterances are still there, I am wondering if there is any possible way to remove the interior enterances.

Also, I can't seem to figure out how to change the colors of the names,

EX: 0 Nathan_Mader 43
EX: 1 Bryan_Mader 34

I am making a RP server so it looks unprofessional for it to be that way, also, I am not sure if doing that would take care of showing their locations on the map or not.

Thanks once again,
nmader.
Reply
#2

Quote:
Originally Posted by nmader
Посмотреть сообщение
Well, I have noticed while scripting, that some things such as some interior enterances are still there, I am wondering if there is any possible way to remove the interior enterances.
pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Reply
#3

For the color names you have to use

pawn Код:
SetPlayerColor(playerid, [hex]);
Reply
#4

Quote:
Originally Posted by Pinguinn
Посмотреть сообщение
For the color names you have to use

pawn Код:
SetPlayerColor(playerid, [hex]);
Just as he said but without any misunderstanding put it under OnGameModeInit

pawn Код:
SetPlayerColor(playerid, COLOR_WHITE);
pawn Код:
#define COLOR_WHITE 0xFFFFFFFF
put this on the top of your script so your script knows whats COLOR_WHITE
Reply
#5

Thank you everyone for helping me, you have all been VERY helpful. (+rep)

Thanks again,
nmader
Reply
#6

Your welcome...

Offtopic: Oh great seems like my September 1939 War RP is having a copy cat.
Reply
#7

Quote:
Originally Posted by iNorton
Посмотреть сообщение
Your welcome...

Offtopic: Oh great seems like my September 1939 War RP is having a copy cat.
Um... believe it or not, no, I had the idea before I registered to the SA-MP forums. Plus, the time is different obviously, mine is gunna take place in like 2062. There will be enough differences, and don't worry, you are a WAY better scripter than I am obviously.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)