Posts: 36
Threads: 11
Joined: May 2011
Reputation:
0
Hi!
I'm scripting a RP gamemode, and I dont want to see other players.
I mean to delete the grey squares on the map.
How can I do this ?
Thank you.
Posts: 36
Threads: 11
Joined: May 2011
Reputation:
0
what is this mode stands for ? PLAYER_MARKERS_MODE_STREAMED
Posts: 721
Threads: 25
Joined: Nov 2007
Reputation:
0
ShowPlayerMarkers(0);
This will remove every playermarker on the blipmap.
Put it under OnGameModeInit().
Posts: 36
Threads: 11
Joined: May 2011
Reputation:
0
1 more question:
[1] The default in the server, is in every business there is [business] tag on it, like wise on the houses and etc.
How can I change it ?
I want to write the business name on it.
and ti put tag like that on a car with her name ...
How can I ? Thank you bery much for your help!