17.08.2010, 09:41
on start of script
ongamemodeinit
onplayerpickuppickup
not tested but i think will work
Quote:
new carpickup; new carpickupSP; |
Quote:
carpickup = AddStaticPickup(1239, 23, x, y, z, 0);//put your cords here (x,y,z),virtual world is 0 |
Quote:
{ if(pickupid == carpickup) carpickupSP = CreateVehicle(411, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000);//this 411 is id of infernus you can change this in other car id PutPlayerInVehicle(playerid,carpickupSP,0); return 1; } |