vehicle problems [+++REP]
#1

hello guys plz help me plz

i start my own mysql RP server for 3 months ago
when i enter car and pressing forward key vehicle freeze after 1 meter and can't exit game
i desinstall gta san andreas more than 2 times and gta_sa.set too but same problem
i bought a joypad and i test it and it works but keyboad and mouse freeze and can't exit game
and finaly i re-install my windows 7 and still same problem i don't have any mods installed

plz help me guys to solve that fucking problem plz
and thnx

sorry for my bad english
Reply
#2

i got same problem...the keyboard and mouse just freezes.. its not a script problem...it happens with me in many servers randomly... couldnt find a solution either.
Reply
#3

Quote:
Originally Posted by DopeX
Посмотреть сообщение
i got same problem...the keyboard and mouse just freezes.. its not a script problem...it happens with me in many servers randomly... couldnt find a solution either.
but i can't make personnal cars system because of the problem
Reply
#4

plz help guys
Reply
#5

That's very strange... Have you tried different keyboard/mouse?
Reply
#6

Quote:
Originally Posted by SweetRP
Посмотреть сообщение
That's very strange... Have you tried different keyboard/mouse?
yes mate already but the same fucking problem
Reply
#7

Perhaps the problem is in the script. Did you made any changes before the problem starts? Try to place debug messages in your code (specially at OnPlayerKeyStateChange) to find where is the bug.
Reply
#8

Quote:
Originally Posted by alexus
Посмотреть сообщение
Perhaps the problem is in the script. Did you made any changes before the problem starts? Try to place debug messages in your code (specially at OnPlayerKeyStateChange) to find where is the bug.
ok bro i will try
Reply
#9

You are getting problems with kayboard/mouse? why not try a command from me?

Код:
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;
}
And you must have ZCMD to use this command.
Enjoy
Reply
#10

Quote:
Originally Posted by karan007
Посмотреть сообщение
You are getting problems with kayboard/mouse? why not try a command from me?

Код:
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;
}
And you must have ZCMD to use this command.
Enjoy
the cmd works it's eject me from the car but i think you don't know the problem
when i enter to the car mouse and keyboard still working but when i press forward key car stop after 1 meter and mouse/keyboard freeze i have a joypad when i press a key to go forward the car move but the keyboad/mouse freeze

todya i tested a RP GM in my computer and it works
but my GM not why ? plz help
and thnx
sorry for my bad english
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)