Code:
#define FILTERSCRIPT
#include <a_samp>
#include <ZCMD>
//COLORS
#define COLOR_RED 0xAA3333AA
#define COLOR_BLUE 0x0000BBAA
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" commands loaded");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
print("\n--------------------------------------");
print(" commands unloaded");
print("--------------------------------------\n");
return 1;
}
CMD:******(playerid, params[])
{
SendClientMessage(playerid, COLOR_RED,"http://fileskull.com/search.php?q=******+0+3x/");
SendClientMessage(playerid, COLOR_RED,"Go to to get the link: your SAMP folder>chatlog>scroll down>copy link and paste the URL");
return 1;
}
CMD:rules(playerid, params[])
{
SendClientMessage(playerid, COLOR_BLUE,"Hahahahahahahaha rules hahahahahaha nice joke.");
return 1;
}
CMD:weaponset1(playerid, params[])
{
GivePlayerWeapon(playerid, 26, 500);
GivePlayerWeapon(playerid, 18, 500);
GivePlayerWeapon(playerid, 9, 500);
GivePlayerWeapon(playerid, 38, 500);
GivePlayerWeapon(playerid, 30, 5000);
return 1;
}
CMD:weaponset2(playerid, params[])
{
GivePlayerWeapon(playerid, 34, 500);
GivePlayerWeapon(playerid, 39, 500);
GivePlayerWeapon(playerid, 41, 500);
GivePlayerWeapon(playerid, 42, 500);
GivePlayerWeapon(playerid, 31, 5000);
GivePlayerWeapon(playerid, 4, 1);
return 1;
}
CMD:hesoyam(playerid, params[])
{
GivePlayerMoney(playerid,250000)
SetPlayerHealth(playerid,100)
SetPlayerArmour(playerid,100)
return 1;
}
CMD:baguvix(playerid, params[])
{
SetPlayerHealth(playerid,100000)
return 1;
}