SA-MP Forums Archive
[Map] Light Place - LS - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Light Place - LS (/showthread.php?tid=403765)



Light Place - LS - REMOVED - Villa_Man - 31.12.2012

Removed because of RNG Privacy & Policy.


Re: Light Place - LS - Villa_Man - 31.12.2012

Comments, reps, everyting is welcome!


Re : Light Place - LS - Heni - 04.01.2013

not bad, Good job


Re: Light Place - LS - Igal-A - 04.01.2013

delete...


Re: Light Place - LS - Villa_Man - 27.06.2013

thanks, all of you!


Re: Light Place - LS - Aerotactics - 27.06.2013

You can shorten your TP code some:
Код:
if(strcmp("/light_place", cmdtext, true) == 0){
    SetPlayerPos(playerid, 2286.5490722656, -1664.9819335938, 14.960815429688);
    SetPlayerFacingAngle(playerid, 180);
    SendClientMessage(playerid, 0x4EDED7FF, "Welcome to The Light Place in Los Santos!");
    SetPlayerTime(playerid,0,0);
    return 1;
}
Weather isn't much of a problem, and VW and Int have nothing to do with this string.


Re: Light Place - LS - Villa_Man - 27.06.2013

Quote:
Originally Posted by Aerotactics
Посмотреть сообщение
You can shorten your TP code some:
Код:
if(strcmp("/light_place", cmdtext, true) == 0){
    SetPlayerPos(playerid, 2286.5490722656, -1664.9819335938, 14.960815429688);
    SetPlayerFacingAngle(playerid, 180);
    SendClientMessage(playerid, 0x4EDED7FF, "Welcome to The Light Place in Los Santos!");
    SetPlayerTime(playerid,0,0);
    return 1;
}
Weather isn't much of a problem, and VW and Int have nothing to do with this string.
Yes, I know, but this command was made with a teleport creator that includes this features... I did not want to remove them, but if you want you are free to do that!