Discution
#1

what this script is suposed to do
Код:
	if (GetPlayerTeam(playerid) == 30)
	{
		for(new i = 0; i < MAX_PLAYERS; i++)
		{
			SetPlayerMarkerForPlayer(playerid,i, GREEN1 );
		}
		return 1;
 	}
normy it set all player markers to Green for playerid right ?
Reply
#2

It checks if the player is in team '30' then shows green on the radar to that player if he/she is in team 30.
Reply
#3

shows what ?
Show to that player all the other playersmarker on the map in GREEN1 right ?
Reply
#4

it gets that if the Player's Team is 30, it will change the color of the player on the map for other players

https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

EDIT: Entire Team 30 will be that color..
Reply
#5

ok thnks , now the problem is that this isn't working good but i'll find a solution thnks ++rep
Reply
#6

what about this ?
Quote:

for(new i = 0; i < MAX_PLAYERS; i++)//detectttlesjoueurs
{
SetPlayerMarkerForPlayer(playerid,i, GREEN1 );
}

what i'm trying to do is
to make playerid can see all the others markers in green (and playerid will be transparent)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)