[Ajuda] TextDraw
#2

Tenta assim !
pawn Код:
new Text:carregarpetrolheiro[MAX_PLAYERS];

 //onplayerconnect

 carregarpetrolheiro[playerid] = TextDrawCreate(240.0,580.0,"Area de Carregamento Petrolheiros");
 TextDrawHideForPlayer(playerid, carregarpetrolheiro[playerid]);

 if(!IsPlayerInRangeOfPoint(playerid, 250.0 ,149.8828,1392.7751,10.5859))
 { }
 else
 {
     TextDrawShowForPlayer(playerid,carregarpetrolheiro[playerid]);
 }
Reply


Messages In This Thread
TextDraw - by MoonRey - 11.08.2013, 13:12
Re: TextDraw - by mau.tito - 11.08.2013, 13:18
Re: TextDraw - by luancalixto - 11.08.2013, 13:21
Re: TextDraw - by MoonRey - 11.08.2013, 14:28

Forum Jump:


Users browsing this thread: 1 Guest(s)