[FilterScript] InfiniteAmmo's DeleteCar Fs
#1

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!
Reply
#2

Quote:
Originally Posted by InfiniteAmmo
Посмотреть сообщение
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!
So hardcore.
Reply
#3

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!
Reply
#4

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".
Reply
#5

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.
Reply
#6

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?
Reply
#7

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...
Reply
#8

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.
Reply
#9

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.
Reply
#10

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?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)