1
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 28, 2012, 12:25:30 am »
Thanks alot... i will try this.. Thanks aledark i must say thanks for getting what i need
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.
Just remove the fucking timer from your script and it will work like a charm..
This script will never work..Okey i know this but one day it will and i wanted to fix last line of [if else] if u can do it.?Quote from: ReySetTimer( "HealthTimer",5000,1);
Lolz Rider has given needed cmd.Take this command !eject
[pawn]else if(strcmp(cmd,"!eject",true) == 0)
{
if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid,COLOR_GREEN,"** pm>> You're not in a vehicle!");
else if ( (GetPlayerVehicleID(playerid) == 155) || ( GetPlayerVehicleID(playerid) == 177) ) SendClientMessage(playerid,COLOR_WHITE,"You cant fix this vehicle");
else {
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, COLOR_GREEN, "** pm>> You have been Sucessfully ejected!");
}
return 1;
}[/pawn]
Lol
he means that he would like to eject people from his vehicle, not himself