SA-MP Forums Archive
[Map] Caffe Bar. - 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] Caffe Bar. (/showthread.php?tid=537698)



Caffe Bar. - mirza1221 - 17.09.2014

New map, Cαѓѓε , i hope u like it

Made by ∩αthαn_Drαkε (mirza)

Images/Video: https://www.youtube.com/watch?v=q0Pm...ature=*********

Download: http://pastebin.com/VkmcHDm9

NOTE: Put this on 'onplayerkeystate' to enter/exit a caffe bar
Код:
if (newkeys == KEY_SECONDARY_ATTACK)
    {
        if(IsPlayerInRangeOfPoint(playerid,2.0,1297.0065,-1861.1310,14.6312))
        {
            SetPlayerPos(playerid,1296.9435,-1864.1903,14.6653);
        }
    }
    if(newkeys == KEY_SECONDARY_ATTACK)
    {
        if(IsPlayerInRangeOfPoint(playerid,2.0,1296.9435,-1864.1903,14.6653))
        {
            SetPlayerPos(playerid,1297.0065,-1861.1310,14.6312);
        }
    }