PutPlayerInVehicle(playerid, vehicleid, 0);
CMD:nrg(playerid, params[]){ static Float: pX, Float: pY, Float: pZ; GetPlayerPos( playerid, pX, pY, pZ ); CreateVehicle(522, pX + 0.0, pY + 0.0, pZ, 0.0, -1, -1, -1 ); PutPlayerInVehicle(playerid, vehicleid, 0);}
CMD:nrg(playerid, params[]) { static Float: pX, Float: pY, Float: pZ, pA; GetPlayerPos( playerid, pX, pY, pZ ); GetPlayerFacingAngle(playerid, pA); PutPlayerInVehicle(playerid, CreateVehicle(522, pX, pY, pZ +0.5, pA, -1, -1, -1 ), 0); }