[Include] CreateChangeVeh v0.2 || (Change veh like in MTA, with pickup)
#1

Hi people. :P
Here is the second version of my include.
Well, with that you can change the vehicle like in MTA, with pickups.

-Info:
CreateChangeVeh(PickupModel, NewCarID, X, Y, Z,"Text");
-PickupModel: the pickup model, for example 1317.
-NewCarID: the new vehicle model ID.
-X,Y,Z: coordenates.
-"Text": you can put for example the name of the new vehicle.


NOTE: The max pickups are 500, you can change this value opening the include and adjusting MAX_PCambio.

-Example:
pawn Код:
#include <a_samp>
#include <CVeh>

public OnFilterScriptInit()
{
start_sveh(); // <- VERY IMPORTANT!
CreateChangeVeh(1317, 568, -1278.9349,8.3187,14.0159,"Bandito"); //It'll give one Bandito.
CreateChangeVeh(1317, 411, -1269.6934,-0.9024,14.0159,"Infernus"); //It'll give one Infernus.
return 1;
}
-Screenshot/Video:
http://imageshack.us/photo/my-images/20/43925054.jpg/ <- NEW screenshot, v0.2
[ame]http://www.youtube.com/watch?v=iLofTgdU7qE[/ame] <- OLD video, v0.1

-Download:
http://www.fileserve.com/file/axvsy3T

-Credits:
-Me, irinel1996.

That's all.
Remember, that's v0.2

Best regards!

Atte. irinel1996
Reply
#2

its awesome!!!
ill use it
Reply
#3

usefull for fast vehicle change!)

Good Job!
Reply
#4

dude this is fucking awesome, I was wondering about this, now it's here
Reply
#5

Nice man!
Reply
#6

Hehe, thanks all.
If you have suggestions, just let a comment.
Reply
#7

I suggest to change the host file. But good job.
Reply
#8

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
I suggest to change the host file. But good job.
Haha... Good suggestion.
But unfortunately I need that host, for a little reward.
Reply
#9

Awesome .
Reply
#10

Very good. nice release.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)