ShowPlayerMark
#8

Information

ShowPlayerMarkers should be used in OnGameModeInit its a global function that affects a server property.

You do not need a timer for this at all. What I said is all you need to do, simply make two variables as I have done below.

This is an Example, I have not done the full thing for you. That is for you to work out.
Код:
new 
    pzone,
    fzone
;

pzone = GetPlayerZone( playerid );
fzone = GetPlayerZone( forplayerid );

if( pzone == fzone )
{
	// Now set them to visible
}
This is a start, please try and use a bit more initiative and attempt to make an effort into fixing these yourself.
Reply


Messages In This Thread
ShowPlayerMark - by StR_MaRy - 14.10.2016, 02:23
Re: ShowPlayerMark - by azzerking - 14.10.2016, 02:32
Re: ShowPlayerMark - by StR_MaRy - 14.10.2016, 02:34
Re: ShowPlayerMark - by azzerking - 14.10.2016, 02:36
Re: ShowPlayerMark - by StR_MaRy - 14.10.2016, 02:40
Re: ShowPlayerMark - by azzerking - 14.10.2016, 02:42
Re: ShowPlayerMark - by StR_MaRy - 14.10.2016, 02:47
Re: ShowPlayerMark - by azzerking - 14.10.2016, 02:52
Re: ShowPlayerMark - by StR_MaRy - 14.10.2016, 03:07
Re: ShowPlayerMark - by azzerking - 15.10.2016, 04:23

Forum Jump:


Users browsing this thread: 1 Guest(s)