21.07.2009, 14:11
Hi.
How could I know the ID of some car? I need it for make an autoexplosion.
Thx.
How could I know the ID of some car? I need it for make an autoexplosion.
Thx.
Originally Posted by Swift_
|
new car;
car = CreateVehicle(Car_ID, closed_X, closed_Y, closed_Z, closed_rad_X, closed_rad_Y, closed_rad_Z);
Originally Posted by sɹǝʞɔıus
// this will go above main(), as this is a global variable, its the car you want to use.
Код:
new car; Код:
car = CreateVehicle(Car_ID, closed_X, closed_Y, closed_Z, closed_rad_X, closed_rad_Y, closed_rad_Z); |
if(carid==0)
{
SendClientMessage(playerid, COLOR_RED, "You are in");
}
Originally Posted by sɹǝʞɔıus
What is carID 0?
I can't script too good, to be honest |