Um, Weird?
#6

Hmm Making a command

1. Copy this code

Код:
#include <a_samp>
 
#define FILTERSCRIPT
 
#define G 0x99FF9900
#define R 0xAA3333AA
 
public OnFilterScriptInit()
{
   print("\n-----------------------------------------");
   print("Help Help Help The Gay Raper");
   print("MuHaHa I will Lick your ass!!!!!!____________");
   print("-------------------------------------------\n");
 
 
   return 1;
}
 
public OnFilterScriptExit()
{
   return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
   if(strcmp(cmdtext,"/rules",true)==0)
   {
   SendClientMessage(playerid,R,"_------Your Server Name Rules----_");
   SendClientMessage(playerid,G,"Your Rule Here");
   SendClientMessage(playerid,G,"Your Rule Here");
   SendClientMessage(playerid,G,"Your rule Here");
   SendClientMessage(playerid,G,"Your Rule Here");
   SendClientMessage(playerid,G,"Your Rule Here");
   SendClientMessage(playerid,G,"Your Rule Here");
   SendClientMessage(playerid,G,"Your Rule Here");
   SendClientMessage(playerid,R,"_--------------------------------_");
   return 1;
   }
   return 0;
}
2. Go on your pwn compliter and paste it there then save it. Anywhere you want after that compile it then Add it in your FilterScripts folder then add the name of it on the filterscripts line (Example: filterscripts NameofIt
Reply


Messages In This Thread
Um, Weird? - by Vasu99 - 02.03.2012, 20:00
Re: Um, Weird? - by Angel_Martorell - 02.03.2012, 21:50
Re: Um, Weird? - by Vasu99 - 02.03.2012, 22:25
Re: Um, Weird? - by Deal-or-die - 03.03.2012, 01:29
Re: Um, Weird? - by GtasaPoliceModz - 03.03.2012, 03:12
Re: Um, Weird? - by [Cali]ChrOnic_T - 03.03.2012, 03:45
Re: Um, Weird? - by Vasu99 - 03.03.2012, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)