29.05.2009, 12:17
it doesnt work
it doesn't work good, it don't show the number of the car
and if i do car == 100 it doesnt do anything..
Код:
if (car == vehicle[100])
{
AddVehicleComponent(car, 1010);
format(string, sizeof(string), "You Are in car number %s", car);
SendClientMessage(playerid,0xFF0000AA,string);
}
and if i do car == 100 it doesnt do anything..

