SA-MP Forums Archive
How to Make authbahn and .ejm - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to Make authbahn and .ejm (/showthread.php?tid=600845)



How to Make authbahn and .ejm - RedRex - 13.02.2016

How To Make AuthBahn + /ejm


Re: How to Make authbahn and .ejm - Godly - 13.02.2016

What is AuthBahn?You mean AutoBan or something?


Re: How to Make authbahn and .ejm - RedRex - 13.02.2016

I Mean authbahn This for sale Cars


Re: How to Make authbahn and .ejm - Godly - 13.02.2016

You want a car selling system?


Re: How to Make authbahn and .ejm - RedRex - 13.02.2016

Yessss that
AutoBahn


Re: How to Make authbahn and .ejm - Godly - 13.02.2016

Here: https://sampforum.blast.hk/showthread.php?tid=594593
Next time search a bit, you cant expect to learn if u just copy/paste codes.


Re: How to Make authbahn and .ejm - Joron - 13.02.2016

Quote:
Originally Posted by Godly
Посмотреть сообщение
Here: https://sampforum.blast.hk/showthread.php?tid=594593
Next time search a bit, you cant expect to learn if u just copy/paste codes.
Not really... Urrm its easy and its a "AutoBan" to purchase sale cars...
All u got to do is.. make a checkpoint... when player enters the checkpoint create a dialog..
Infernus\nCheetah\nBanshee\nHotring Racer A etc.. Then on dialogreponse if player click infernus get player pos..
Spawn a infernus at player pos. the ejm part

Quote:

CMD:ejm(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid, COLOR_RED, "You're Not in a vehicle.");
{
RemovePlayerFromVehicle(playerid);
}
return 1;
}

Tested the command it works.


Re: How to Make authbahn and .ejm - Godly - 13.02.2016

Quote:
Originally Posted by Joron
Посмотреть сообщение
Not really... Urrm its easy and its a "AutoBan" to purchase sale cars...
All u got to do is.. make a checkpoint... when player enters the checkpoint create a dialog..
Infernus\nCheetah\nBanshee\nHotring Racer A etc.. Then on dialogreponse if player click infernus get player pos..
Spawn a infernus at player pos. the ejm part



Tested the command it works.
Ik it's easy.I am just teaching him a lesson, bec he just asks for scripts and copy/pasting isnt gonna teach u anything .