18.01.2017, 15:20
Hey guys i was bored again and i made 2 commands that anyone can use them on his life.
PS : Use Them In Your Life Not Your Script .
PS : Use Them In Your Life Not Your Script .
PHP код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#include <zcmd>
CMD:heaven(playerid, params[])
{
if(Humain[Humainid][BadWorks] < 500) return SendClientMessage(playerid, 0xF8F8F8FFF,"[ERROR]: You need 500 Good Work at-least to enter Heaven.");
SetPlayerPos(playerid, S,K,Y)
SetPlayerHealth(playerid, 999999)
GivePlayerWeapon(playerid, 38, 99999)
GivePlayerMoney(playerid, 9999999999)
SendClientMessage(playerid, 0xF8F8F8FFF,"Welcome To Heaven.")
return 1;
}
CMD:hell(playerid, params[])
{
if(Humain[Humainid][GoodWorks] < 500) return SendClientMessage(playerid, 0xF8F8F8FFF,"[ERROR]: You need 500 Bad Work at-least to enter Hell.");
SetPlayerPos(playerid, UND, ERG, ROUND)
SetPlayerHealth(playerid, 1)
GivePlayerMoney(playerid, -9999999999)
SendClientMessage(playerid, 0xF8F8F8FFF,"Welcome To Hell, Please Enjoy Your Stay.")
return 1;
}