24.03.2012, 13:02
Yes, can be made with a loop, but a big one, default is better:
Very useful for sumo servers:
EDIT:
With these functions we can make a nice solitaire game:
Код:
native GetVehicleDriver( vehicleid ); // returns playerid, INVALID_PLAYER_ID if vehicle don't have driver
Код:
forward OnVehicleTouchVehicle( vehicleid, touchedvehicleid );
With these functions we can make a nice solitaire game:
Код:
native TextDrawAttachToMouse( Text:text, playerid, Float:OffsetX, Float:OffSetY ); native PlayerTextDrawAttachToMouse( Text:text, playerid, Float:OffsetX, Float:OffSetY );