06.07.2015, 11:13
Hello all, i make a sript, when player is on this coord
to show the textdraw, and if is not, to HideTheTextDraw
NOTE: The textDraw is create in OnGameModeInit.
BUT! NOT SHOW THE TEXTDRAW
PHP код:
2,1790.2367,-1867.5315,13.5701
PHP код:
forward InformatieServer1(playerid);
public InformatieServer1(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,2,1790.2367,-1867.5315,13.5701))
TextDrawShowForPlayer(playerid,InformatieServer[0]);
else TextDrawHideForPlayer(playerid,InformatieServer[0]);
return 1;
}
BUT! NOT SHOW THE TEXTDRAW