SA-MP Forums Archive
ShowPlayerMarker - Help Urgent - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ShowPlayerMarker - Help Urgent (/showthread.php?tid=125474)



ShowPlayerMarker - Help Urgent - CharlieScene - 04.02.2010

Okay all im using a Godfather script and im trying to enable show player markers:

Код:
public OnGameModeInit()
{
  new string[MAX_PLAYER_NAME];
  new string1[MAX_PLAYER_NAME];
	for(new c=0;c<CAR_AMOUNT;c++)
	{
		Gas[c] = GasMax;
	}
	ShowPlayerMarkers(1);
Still no markers... Help


Re: ShowPlayerMarker - Help Urgent - Calgon - 04.02.2010

You'll have to edit your server.cfg stream rates, look here.


Re: ShowPlayerMarker - Help Urgent - CharlieScene - 04.02.2010

I looked at this link and checked my server.cfg , The rates match ( i have 1 - 100 Players ( 50 Player slot server )
Nothing... Any suggestions ?


Re: ShowPlayerMarker - Help Urgent - CharlieScene - 04.02.2010

Код:
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
This is what is on my server.cfg , matches what I read in that link you gave me.