10.04.2011, 01:13
CMD:newlife(playerid,params[])
{
SetPlayerWantedLevel(playerid, 0);
SetPlayerHealth(playerid, 0.0);
ForceClassSelection(playerid);
return 1;
}
How to make it so if you use this and u try using this command again how do you make it you have to wait 2mins before using it again ?
{
SetPlayerWantedLevel(playerid, 0);
SetPlayerHealth(playerid, 0.0);
ForceClassSelection(playerid);
return 1;
}
How to make it so if you use this and u try using this command again how do you make it you have to wait 2mins before using it again ?