[FilterScript] Fun Little Script
#1

There was another post I made so this may look like a double post, but the other post I edited everything out due to it being in the wrong section.


This script was meant for trolls and I decided to make it, for rcon admins who feel trollish. :P

Rep would be thanked for greatly, but I know since this is so basic I most likely won't get anything but oh well. :P

Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Troll and Rickroll by John aka yourfunworld");
	print(" Check out my dedicated server at samp.yourfunworld.com:7777");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
    print("Thanks for using my script. :P");
	return 1;
}

CMD:yfwrick(playerid, params[])
{
#pragma unused params
if (IsPlayerAdmin(playerid))
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
			PlayAudioStreamForPlayer(i,"http://haxbyjaku.com/rrrproxy/rickroll.mp3");
			SendClientMessage(i, COLOR_RED, "YOU JUST GOT RICKROLLED!");

}
return 1;
}
}

CMD:yfwtroll(playerid, params[])
{
#pragma unused params
if (IsPlayerAdmin(playerid))
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
			PlayAudioStreamForPlayer(i,"http://a.tumblr.com/tumblr_lr111o8nqD1qj6d2ro1.mp3");
			SendClientMessage(i, COLOR_RED, "YOU JUST GOT TROLLED!");

}
return 1;
}
}

# Please do not remove my credits.. It's pretty much hidden anyway and not advertised. :)
CMD:yfwcredits(playerid, params[])
{
	SendClientMessage(playerid, COLOR_RED, "YFWTroll & Rickroll Script by yourfunworld");
	return 1;
}


#endif
If you are just someone browsing through everything and want a server just look at my signature.


It adds commands: /yfwtroll and /yfwrick


/yfwtroll - Plays the trololol song on every client

/yfwrick - Plays the Rickroll song on every client
Reply


Messages In This Thread
Fun Little Script - by yourfunworld - 17.01.2013, 00:24
Re: Fun Little Script - by PauloKradausky - 17.01.2013, 00:38
Re: Fun Little Script - by yourfunworld - 17.01.2013, 00:40
Re: Fun Little Script - by fanta291327 - 17.01.2013, 02:11
Re: Fun Little Script - by yourfunworld - 17.01.2013, 10:09
Re: Fun Little Script - by JaKe Elite - 17.01.2013, 10:10
Re: Fun Little Script - by Deathlane - 17.01.2013, 11:25
Re: Fun Little Script - by RajatPawar - 17.01.2013, 12:15
Re: Fun Little Script - by BodyBoardVEVO - 17.01.2013, 12:46
Re: Fun Little Script - by yourfunworld - 17.01.2013, 15:50
Re: Fun Little Script - by yourfunworld - 18.01.2013, 13:50

Forum Jump:


Users browsing this thread: 3 Guest(s)