23.10.2011, 17:26
I think i understand what you mean but not 100% sure i tried this but got a error but like i said im not sure if im specify a vehicle ID.
Many thanks
Код:
new cars[] = { 411 };
Код:
COMMAND:challange(playerid, params[]) { if( IsPlayerInRangeOfPoint( playerid, 7.0, 1017.3148, -929.1449, 420.1316 ) ) // change the '1, 2, 3' to the coords for bigjump 1 (example) { if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 411)// 411 is the infernus model { SetPlayerVirtualWorld(playerid, 1); PutPlayerInVehicle(playerid, cars, 1); } } return 1; }
Код:
C:\Users\GTA ONLY\Desktop\The_Eclipse_V4.8\filterscripts\challange.pwn(100) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.