16.11.2015, 23:32
1. Attaching vehicle A to vehicle B.
by PosXYZ I mean offsets of the vehicle. Would work same as AttachObjectToVehicle
2. FreezeMoveable. Basically it wont allow player to move, but it will allow him to aim,move his mouse around, shoot. You are freezing players movement but not his abilities. It could be usefull for some stuff like players shooting from vehicles open trunks etc. etc. etc.
3. GetAudioStreamInfo. It would give us informations based on the audostream we are playing. Currently we have that small textdraw at the bottom of the screen about whats current song on etc. etc but ability to get that information and send it over clientmessage.
4. Ghostmode for players. Same as ghostmode for vehicles, just for players. Aka disabled collisions.
pawn Код:
AttachVehicleToVehicle(vehicle1ID,Vehicle2ID,Veh1_PosX,Veh1_PosY,Veh1_PosZ);
AttachVehicleToVehicle(1,2,0,0,0);
2. FreezeMoveable. Basically it wont allow player to move, but it will allow him to aim,move his mouse around, shoot. You are freezing players movement but not his abilities. It could be usefull for some stuff like players shooting from vehicles open trunks etc. etc. etc.
3. GetAudioStreamInfo. It would give us informations based on the audostream we are playing. Currently we have that small textdraw at the bottom of the screen about whats current song on etc. etc but ability to get that information and send it over clientmessage.
pawn Код:
GetAudioStreamInfo(url[]);