1
mIRC/pawn Scripting / Re: Static help needed! I am making scripts gups v5
« on: November 05, 2010, 08:58:34 pm »
DecPlayerHandCash?
what function hace??
Saludos
what function hace??
Saludos
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
if (strcmp(cmdtext, "!superheal", true)==0)
if (strcmp(cmdtext, "/superheal", true)==0)
{
new Float:Health; GetPlayerHealth(playerid,Health);
SetPlayerHealth(playerid,100.0);
SetPlayerArmour(playerid,100.0);
SetVehicleHealth(playerid,1000.0);
GivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
return 1;
}
if (strcmp(cmdtext, "/superheal", true)==0)
{
new Float:Health; GetPlayerHealth(playerid,Health);
SetPlayerHealth(playerid,100.0);
SetPlayerArmour(playerid,100.0);
GivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
if(IsPlayerInAnyVehicle(playerid))
{
SetVehicleHealth(playerid,1000.0);
GivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
}
return 1;
}
search on the forum
Download gups the scripts then when u put them in youre server u can change the gamemode and then write ingame /c setteam name/id number
Site has been changed to http://famp.ru/wiki. I just thought wiki would move to official host before anybody notices. :x