[FilterScript] Advanced 911 call system
#1

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!
Reply
#2

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

Reputate me if it helped please
Reply
#4

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

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..
Reply
#6

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.
Reply
#7

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

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

I want your sound !

Nice script, +1 rep
Reply
#10

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
Reply
#11

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.
Reply
#12

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

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.
Reply
#14

Not Bad
Reply
#15

Niceee!! Im using this!
Reply
#16

lol nice ty
Reply
#17

Nice!!!!
Reply
#18

nice nice
Reply
#19

Good.
Reply
#20

Good work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)