SA-MP Forums Archive
[Map] Fire Department interior - 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] Fire Department interior (/showthread.php?tid=431900)



Fire Department interior - morocco - 20.04.2013

Hi guys

this map has place For change clothes and another meeting and place for training ...


this is Image ( i think i waiting video up )





































Link : http://adf.ly/SZFAq

Use, /gotofire for go to this map
if u at any door use /enter /exit


pawn Код:
if (strcmp("/gotofire", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, 659.3934, 2571.7102, -55.8831);
        SendClientMessage(playerid, COLOR_YELLOW, "Good");
        return 1;
    }
    if (strcmp("/enter", cmdtext, true, 10) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid, 2, 706.7884, 2586.9783, -62.0892))
        {
            SetPlayerPos(playerid, 635.1703, 2581.9866, -53.2447);
        }
        return 1;
    }
    if (strcmp("/exit", cmdtext, true, 10) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid, 2, 635.1703, 2581.9866, -53.2447))
        {
            SetPlayerPos(playerid, 706.7884, 2586.9783, -62.0892);
        }
        return 1;
    }
    if (strcmp("/duty", cmdtext, true, 10) == 0)
    {
        SetPlayerSkin(playerid, 277);
        SendClientMessage(playerid, COLOR_YELLOW, "You are duty now");
        return 1;
    }
    if (strcmp("/getgun", cmdtext, true, 10) == 0)
    {
        GivePlayerWeapon(playerid, 42, 99999);
        GivePlayerWeapon(playerid, 6, 99999);
        return 1;
    }



Re: Fire Department interior - kubeba59 - 26.05.2013

Nice one

6/10


Re : Re: Fire Department interior - morocco - 06.07.2013

Quote:
Originally Posted by kubeba59
Посмотреть сообщение
Nice one

6/10
thanks !


Re: Fire Department interior - morocco - 21.07.2013

Up !

Add Link


Re: Fire Department interior - Omirrow - 22.07.2013

Nice work, useful.


Re: Fire Department interior - morocco - 23.07.2013

Quote:
Originally Posted by Omirrow
Посмотреть сообщение
Nice work, useful.

thanks !