10.01.2016, 16:30
Код:
CMD:moto(playerid, params[]) { new Float:x,Float:y,Float:z,Float:Angle; new vehiculoid; GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid,Angle); vehiculoid = CreateVehicle(522, x, y, z, Angle, -1, -1, -1); PutPlayerInVehicle(playerid,vehiculoid,0); }