How Toggle Up The Places Name
#1

hello,

well i'm here to ask what is the code for show up the place name like santa maria beach like in gta single player.

Reply
#2

Use XtremeVehiclePlotter.exe file, you can find it somewhere in filterscript by typing xtreme in search, u can make boundries right there and then just change it to:

pawn Код:
new Areas[1][1] =
{
  {coordinates here}
};
and then do a timer check to

pawn Код:
forward CheckIfPlayerIsInArea(playerid);
public CheckIfPlayerIsInArea(playerid)
{
if(isplayeinarea)....
Well i think u get the point? I had a fs somewhere i will check for it later but not sure to find it.. since my brother deleted my past server files
Reply
#3

Here you go.
Reply
#4

[INC]Zones
Reply
#5

ok thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)