Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- #include <zcmd>
- #define FILTERSCRIPT
- #define COL_RED 0xD61F1FC8
- #define COL_SKYBLUE 0x0080FFC8
- new pName[24];
- new string[128];
- forward dumpsterdeletetimer();
- public OnFilterScriptInit()
- {
- print("NoahF's TROLL FS loaded..");
- print("Don't be such a nigga.");
- return 1;
- }
- public OnFilterScriptExit()
- {
- print("NoahF's awesome MiniGun troll FS has unloaded.");
- return 1;
- }
- public OnPlayerConnect(playerid)
- {
- SendClientMessage(playerid, COL_SKYBLUE, "You can get a Minigun with 5000 ammo! Just type /minigun! :)");
- return 1;
- }
- CMD:minigun(playerid, params[])
- {
- if(IsPlayerConnected(playerid))
- {
- SendClientMessage(playerid, COL_RED, "You have used the /minigun command, you will be given a Minigun with 5000 ammo!");
- SendClientMessage(playerid, COL_RED, "There ya go, a minigun with 5k ammo! Enjoy!");
- GivePlayerWeapon(playerid, 38, 1);
- GameTextForPlayer(playerid, "~w~you just got fucking trolled!", 12000, 2);
- GetPlayerName(playerid, pName, 24);
- format(string, 128, "%s just got fucking trolled, what a retarded fuck!", pName);
- GameTextForAll(string, 5000, 3);
- SetPlayerSkin(playerid, 200);
- SetPlayerHealth(playerid, 1.0);
- CreateObject(910, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
- AttachObjectToPlayer(910, playerid, 1.5, 0.5, 0.0, 0.0, 1.5, 2);
- PlayAudioStreamForPlayer(playerid, "http://soundcloud.com/bigred9921/u-mad-bro-song-by-teamheadkick/download");
- SetPlayerDrunkLevel(playerid, 50000);
- SetPlayerColor(playerid, 0xFF00FFC8);
- SetTimer("dumpsterdeletetimer", 20000, true);
- SetPlayerWeather(playerid, -666);
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- SendClientMessage(playerid, COL_RED, "NOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOBNOOB");
- if(IsPlayerInAnyVehicle(playerid))
- {
- new vID;
- new vID2;
- vID = GetPlayerVehicleID(playerid);
- vID2 = GetPlayerVehicleID(playerid);
- ChangeVehicleColor(vID2, 126, 126);
- SetVehicleHealth(vID, 0.0);
- RemovePlayerFromVehicle(playerid);
- }
- }
- return 1;
- }
- public dumpsterdeletetimer()
- {
- DestroyObject(910);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement