What is this?
#3

OnPlayerRequestSpawn is empty and OnPlayerSpawn I have
Код:
if(IsFlyModeOn[playerid] == 1) 
	{
		StopFly(playerid);
		IsFlyModeOn[playerid] = 0;
		SetPlayerHealth(playerid, 99);
	}
	
    new string5[100], name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, sizeof(name));
	format(string5, sizeof(string5), "%s / ~r~EAGLES~w~.~w~SAPHIRE~w~.~r~RO", name);
	PlayerTextDrawSetString(playerid, NameTD, string5);
	PlayerTextDrawShow(playerid, NameTD);
Reply


Messages In This Thread
What is this? - by MariusAdv - 02.03.2018, 14:42
Re: What is this? - by Sew_Sumi - 02.03.2018, 14:50
Re: What is this? - by MariusAdv - 02.03.2018, 14:58
Re: What is this? - by MariusAdv - 02.03.2018, 15:14
Re: What is this? - by Sew_Sumi - 02.03.2018, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)