Removing Things - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Removing Things (
/showthread.php?tid=294000)
Removing Things -
nmader - 30.10.2011
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.
Re: Removing Things -
Stigg - 30.10.2011
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;
}
Re: Removing Things -
Pinguinn - 30.10.2011
For the color names you have to use
pawn Код:
SetPlayerColor(playerid, [hex]);
Re: Removing Things -
iNorton - 30.10.2011
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
Re: Removing Things -
nmader - 30.10.2011
Thank you everyone for helping me, you have all been VERY helpful. (+rep)
Thanks again,
nmader
Re: Removing Things -
iNorton - 30.10.2011
Your welcome...
Offtopic: Oh great seems like my September 1939 War RP is having a copy cat.
Re: Removing Things -
nmader - 30.10.2011
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.