26.04.2010, 15:35
Quote:
|
Originally Posted by Masterakio
Hello! I have 2 Questions The first is: I have the Original Sa-mp Server But how cann i delete the Yellow Icons that are for example for the lspd are. And the second ist how can i make that when i go into a lspd car check the skin id an when its not the right skin id eject the player Sorry for my bad english ! I hope you can help me |
To disable the yellow markers put this under "public OnGameModeInit()"
DisableInteriorEnterExits(1);
The Second, im not sure, never had to actually use something like that.

