Quote:
Originally Posted by Infra
pawn Код:
native GetVehicleTurnVelocity(vehicleid, Float:X, Float:Y, Float:Z); //i fking need this right now native SetVehicleTurnVelocity(vehicleid, Float:X, Float:Y, Float:Z);
native ToggleClouds(bool:toggle); native ToggleCloudsForPlayer(playerid,bool:toggle);
native SetPlayerGameSpeed(playerid, Float:speed);
native ToggleBikeFallOff(bool:toggle); native ToggleBikeFallOffForPlayer(playerid, bool:toggle);
native ToggleVehicleCollisions(vehicleid, bool:toggle); native TogglePlayerCollisions(playerid, bool:toggle);
forward OnVehicleCollision(vehicleid, hittype, Float:damage); // (hittype: 0 object - 1 player)
- Client sided scripts
- Custom scoreboard
|
you know, you can do "ToggleBikeFallOff(bool:toggle);" without function