How Toggle Up The Places Name - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How Toggle Up The Places Name (
/showthread.php?tid=142130)
How Toggle Up The Places Name -
AK47317 - 17.04.2010
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.
Re: How Toggle Up The Places Name -
0ne - 17.04.2010
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
Re: How Toggle Up The Places Name -
biltong - 17.04.2010
Here you go.
Re: How Toggle Up The Places Name -
deather - 17.04.2010
[INC]Zones
Re: How Toggle Up The Places Name -
AK47317 - 19.04.2010
ok thx