28.02.2015, 07:41
You are getting problems with kayboard/mouse? why not try a command from me?
And you must have ZCMD to use this command.
Enjoy
Код:
CMD:ejme(playerid,params[])
{
new playerState = GetPlayerState(playerid);
if(playerState != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, -1,"You must be a drive in a vehicle to use this command!");
{
RemovePlayerFromVehicle(playerid);
}
return 1;
}
Enjoy

