SA-MP Forums Archive
[FilterScript] Advanced 911 call system - 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)
+--- Thread: [FilterScript] Advanced 911 call system (/showthread.php?tid=324010)

Pages: 1 2


Advanced 911 call system - Gooday - 07.03.2012

How this works?

Type /911 for call the 911, usable with ALL the GM!

Why I am releasing this?
Because I need reputation to advedrtise my server , so please reputate me you will make me a HUGE help!
Video (At the beginning)

[ame]http://www.youtube.com/watch?v=adFpOvsQ7RY&list=UUvnvHSVf6ZLFKtanBEeW45w& index=2&feature=plcp[/ame]

DOWNLOAD? Just need to ass this to your Gamemode:

pawn Code:
//911 Call
CMD:911(playerid, params[])
{
    //911 system
    if(isnull(params)) return SendClientMessage(playerid, COLOR_ROYALBLUE, "USAGE: 911 message and location!");
    new sendername[MAX_PLAYER_NAME], string[128];
    GetPlayerName(playerid, sendername, sizeof(sendername));
    SendClientMessage(playerid, COLOR_ROYALBLUE, "*DISPATCHER: Ok, Thanks! We'll get a unit to you, please remain at your location and wait.");
    SendClientMessage(playerid, COLOR_LIGHTSKYBLUE, "They hang up...");
    for(new i=0;i<MAX_PLAYERS;i++) {
        if(GetPlayerSkin(i) == 285 || GetPlayerSkin(i) == 282 || GetPlayerSkin(i) == 281 || GetPlayerSkin(i) == 283 || GetPlayerSkin(i) == 288 ||GetPlayerSkin(i) == 278  || GetPlayerSkin(i) == 275 || GetPlayerSkin(i) == 279 || GetPlayerSkin(i) == 277 || GetPlayerSkin(i) == 274 || GetPlayerSkin(i) == 276) {
            SendClientMessage(i, COLOR_GREY, "-------------------------------------------------------------------------------------------------");
            SendClientMessage(i, COLOR_ROYALBLUE, "DPS AUTOMATED DISPATCH");
            SendClientMessage(i, COLOR_GREY, "911 Call");
            format(string, sizeof(string), "NAME: %s (ID: %i)", sendername, playerid);
            SendClientMessage(i, COLOR_GREY, string);
            format(string, sizeof(string), "CALL INFO: %s", params);
            SendClientMessage(i, COLOR_GREY, string);
            SendClientMessage(i, COLOR_GREY, "Suggested action: Get to the scene for a verify of the call.");
            SendClientMessage(i, COLOR_GREY, "Call code: Unknown.");
            SendClientMessage(i, COLOR_GREY, "-------------------------------------------------------------------------------------------------");
            SendClientMessage(i, COLOR_GOLD, "[INFO]A marker has been put on your GPS. Enter it to remove it.");
            new Float:X, Float:Y, Float:Z;
            GetPlayerPos(playerid, X, Y, Z);
            SetPlayerCheckpoint(i, X, Y, Z, 5.0);
         }

    }
    return 1;
}
Under OnPlayerEnterCheckpoint:

pawn Code:
public OnPlayerEnterCheckpoint(playerid)
{
   DisablePlayerCheckpoint(playerid);
   return 1;
}
Please stay nice this is my first official release :P

Reputate and rate!


Re : Advanced 911 call system - dydjyz - 07.03.2012

Not bad. +rep, i will use this fs, thanks.


Re: Advanced 911 call system - Gooday - 07.03.2012

Reputate me if it helped please


Re: Advanced 911 call system - ThatOneIowan - 08.03.2012

Good work. A few grammatical errors but other than that, it's nice.


Re: Advanced 911 call system - Snipa - 08.03.2012

Quote:
Originally Posted by Gooday
View Post
Reputate me if it helped please
OH ME TOO PL0X

REPUTATE AND MUTILATE ME TOO!!!!!!




Dumbfucks these days..


Re: Advanced 911 call system - Steven82 - 08.03.2012

Quote:
Originally Posted by Snipa
View Post
Dumbfucks these days..
More common each day.

On Topic:

As far as i can tell this is just updated with the suggestion i put forth on your other topic. Good job.


Re: Advanced 911 call system - Dolph - 08.03.2012

Nice script, but I won't give you rep. To earn rep from me, you must not ask to get it.


Re: Advanced 911 call system - darkvsoul36 - 08.03.2012

Really great! Btw, what gamemode is that? Is it available on the internet?


Re : Advanced 911 call system - Vukilore - 09.03.2012

I want your sound !

Nice script, +1 rep


Re: Advanced 911 call system - Gooday - 09.03.2012

Quote:
Originally Posted by darkvsoul36
View Post
Really great! Btw, what gamemode is that? Is it available on the internet?
This is a private and from my server name UNIQUE and made from scratch GM is still in development


Re: Advanced 911 call system - ThatOneIowan - 10.03.2012

Quote:
Originally Posted by Gooday
View Post
This is a private and from my server name UNIQUE and made from scratch GM is still in development
Looks a whole fucking lot like GPM\'s ERP script to me.


Re: Advanced 911 call system - Me$T3RioUS-WoR|_D - 10.03.2012

What will be the action if we call such as /911. ? May i know the action ?
Nice keep up !


Re: Advanced 911 call system - Gooday - 10.03.2012

Quote:
Originally Posted by BobbyTolan
View Post
Looks a whole fucking lot like GPM\'s ERP script to me.
In fact, the SERVER GRAPHICS are the same (Server Graphics: Chat colours and messages/script look) Autorized from the ERP owner. And actually just the Graphics are the same, mapping and scripting is toitally different.


Re: Advanced 911 call system - Awankz - 27.03.2012

Not Bad


Re: Advanced 911 call system - JAMMIEISFTW - 17.05.2012

Niceee!! Im using this!


Re: Advanced 911 call system - miley1 - 17.05.2012

lol nice ty


Re: Advanced 911 call system - Dubya - 06.08.2012

Nice!!!!


Re: Advanced 911 call system - OsmaniGarcia - 04.05.2013

nice nice


Re: Advanced 911 call system - SampN - 04.05.2013

Good.


Re: Advanced 911 call system - Mark_Samp - 05.05.2013

Good work