[FilterScript] Fun
#1

Hello I upload is fun filerscripts

Maker : Me (ZzzzZ)

what you received:
  • Kick
  • Weapon(m4,tec9,teargas)
  • Health (150, armour :150)
  • Car (Sultan)
COMMAND: /fun

Код:
 // This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>
#include <zcmd>

#define COLOR_ULTRARED            0xFF0606FF

CMD:fun(playerid,params[])
{
new fun;
fun = random(4);
switch(fun)
{
case 0:
{
SetPlayerHealth(playerid,150);
SetPlayerArmour(playerid,150);
new name[MAX_PLAYER_NAME];
new string[256];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
format(string,sizeof(string),"%s fun type:health:150 armour :150 won.",name);
SendClientMessageToAll(COLOR_ULTRARED,string);
}
case 1:
{
GivePlayerWeapon(playerid,31,99999);
GivePlayerWeapon(playerid,32,99999);
GivePlayerWeapon(playerid,17,99999);
new name[MAX_PLAYER_NAME];
new string[256];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
format(string,sizeof(string),"%s fun type :weapons won.",name);
SendClientMessageToAll(COLOR_ULTRARED,string);
}
case 2:
{
new string[64]; new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
format(string,sizeof(string),"%s fun type: Car won.",name);
SendClientMessageToAll(0xaac013AA,string);
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreateVehicle(411, X, Y, Z, 82.2873, 2, 20, 60);
}
case 3:
{
GivePlayerWeapon(playerid,31,99999);
GivePlayerWeapon(playerid,32,99999);
GivePlayerWeapon(playerid,17,99999);
new name[MAX_PLAYER_NAME];
new string[256];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
format(string,sizeof(string),"%s fun type:kick won.",name);
SendClientMessageToAll(COLOR_ULTRARED,string);
Kick(playerid);
}
}
return 1;
}
Sorry my bad english :S
Pictures:
Reply
#2

give more information please. Your speak english is bad.
Reply
#3

Quote:
Originally Posted by [SP]Mr.Kakashi[WP]
Посмотреть сообщение
give more information please. Your speak english is bad.
need any more information ?
Reply
#4

no pictures?
Reply
#5

Quote:
Originally Posted by [SP]Mr.Kakashi[WP]
Посмотреть сообщение
give more information please. Your speak english is bad.
Indeed..

It's just a command with random outcomes. I really don't see the point in releasing it as a filter script (or a tall?). To be honest, this needs to be deleted. No offense ZzzzZ as I know your trying.
Reply
#6

Quote:
Originally Posted by ZzzzZ
Посмотреть сообщение
any more information ?
Commonly Users are checking screenshot before downloading the filterscript. see above of my comment?, thats what i want to say last time. your information is current not enough.
Reply
#7

like this now good ?
Reply
#8

Quote:
Originally Posted by ZzzzZ
Посмотреть сообщение
what you received:
  • Kick
made me laugh :P

on topic: nice,for newbie
Reply
#9

Quote:
Originally Posted by xkirill
Посмотреть сообщение
made me laugh :P

on topic: nice,for newbie
thanx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)