InfiniteAmmo's DeleteCar Fs -
InfiniteAmmo - 12.06.2012
Hello SA-MP Users!
I, InfiniteAmmo, presents you Simple DeleteCar FS to delete their car spawned wrongly.
Here are the download links:
http://www.mediafire.com/?1ez9ax2d690cr8v
http://www.mediafire.com/?2dn9da86xazlfja
__________________________________________________ ________________
I have INFINITE AMMO!
Re: InfiniteAmmo's DeleteCar Fs -
Littlehelper - 12.06.2012
Quote:
Originally Posted by InfiniteAmmo
|
So hardcore.
Respuesta: Re: InfiniteAmmo's DeleteCar Fs -
[DOG]irinel1996 - 12.06.2012
Quote:
Originally Posted by Littlehelper[MDZ]
So hardcore.
|
Maybe he's new in SA-MP. What's your problem?

______________________________
It's not very hard, but thank you for your effort,
time and the intention of share your script whit us.
With this code is enough:
pawn Код:
#include <a_samp>
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" InfiniteAmmo's DeleteVehicle Simple FS");
print("--------------------------------------\n");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/deletecar", cmdtext, true, 10) == 0)
{
new currentveh;
currentveh = GetPlayerVehicleID(playerid);
DestroyVehicle(currentveh);
return 1;
}
return 0;
}
It's not necessary put all callbacks in the FS.
Best regards!
Re: Respuesta: Re: InfiniteAmmo's DeleteCar Fs -
Littlehelper - 13.06.2012
Quote:
Originally Posted by irinel1996
Maybe he's new in SA-MP. What's your problem? 
|
My problem?
wow, these people are spamming the forum with their little releases which are not needed and are already released hundreds of time before.
Plus, the code which comes under 25 lines should be posted on "Useful snippets".
Respuesta: Re: Respuesta: Re: InfiniteAmmo's DeleteCar Fs -
[DOG]irinel1996 - 13.06.2012
Quote:
Originally Posted by Littlehelper[MDZ]
My problem?
wow, these people are spamming the forum with their little releases which are not needed and are already released hundreds of time before.
Plus, the code which comes under 25 lines should be posted on "Useful snippets".
|
You could say that, not offense.

Let's see your codes. :3
_________________________
EDIT:
Yes, great codes...
Learn to respect, please.
Re: InfiniteAmmo's DeleteCar Fs -
KingHual - 13.06.2012
OK OK watch this
pawn Код:
#include <a_samp>
public OnPlayerCommandText(playerid, cmdtext[])
{
if (!strcmp("/deletecar", cmdtext, true))
{
DestroyVehicle(GetPlayerVehicleID(playerid));
return 1;
}
return 0;
}
Am I pro now?
Respuesta: Re: InfiniteAmmo's DeleteCar Fs -
[DOG]irinel1996 - 13.06.2012
Quote:
Originally Posted by king_hual
OK OK watch this
pawn Код:
#include <a_samp> public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/deletecar", cmdtext, true, 10) == 0) { DestroyVehicle(GetPlayerVehicleID(playerid)); return 1; } return 0; }
Am I pro now?
|
Who said he's pro?
I said maybe he's new. What is happening to you? You were so clever when you started to script? Come on...
Re: Respuesta: Re: InfiniteAmmo's DeleteCar Fs -
KingHual - 13.06.2012
Quote:
Originally Posted by irinel1996
Who said he's pro?
I said maybe he's new. What is happening to you? You were so clever when you started to script? Come on...
|
No, I wasn't, but I never released something THAT simple. I started releasing scripts 2 years after I started coding.
Re: InfiniteAmmo's DeleteCar Fs -
Gomuk - 15.04.2013
king_hual
It's great that you started coding after 2 years of learning and you have great codes, but at least appreciate him for what he has done, let it be stupid, simple or a masterpiece.
Re: InfiniteAmmo's DeleteCar Fs -
KingHual - 15.04.2013
Quote:
Originally Posted by Gomuk
king_hual
It's great that you started coding after 2 years of learning and you have great codes, but at least appreciate him for what he has done, let it be stupid, simple or a masterpiece.
|
Did you need to bump the thread just to tell me that?