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.
Show posts Menuif (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;
}
Quote from: Technohopper on October 26, 2010, 06:28:03 PM
search on the forum
Quote from: Technohopper on October 26, 2010, 11:50:33 AM
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
Quote from: Boss on April 16, 2010, 07:17:20 AM
Site has been changed to http://famp.ru/wiki. I just thought wiki would move to official host before anybody notices. :x