Jump to content

Foolkep

Members
  • Posts

    5
  • Joined

  • Last visited

About Foolkep

  • Birthday 14/04/1994

Details

  • Gang
    Scripter
  • Location
    Sopron, Hungary
  • Occupation
    Student
  • Interests
    Programming

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Foolkep's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Is this that problem when you set bigger FarClipDistance and look down, and you lag and the player becomes invisible, and cant see the ground?
  2. So this is the function: https://wiki.multitheftauto.com/wiki/DbExec bool dbExec ( element databaseConnection, string query [, var param1 [, var param2 ...]] ) And I have an SQL Query like: dbExec(connection, "INSERT INTO table_name VALUES('1','Bob','What\'s the time?')") The function think that the ?(question mark) should be replaced with the param1 value and not handle it as a string and this couse an error. How should I escape this?
  3. As I read toggleControl() will also disable the V button's control too. I just want to disable the Home button's control.
  4. https://community.multitheftauto.com/in ... s&id=11982 Stolen from server.
  5. Hello reader. I dont know how could I disable a Control on a key (for all player on the server). I want to unbind the 'Control: change_camera' from 'Home' key, but I want the 'V' key still usable. As I know, the bindKey()/unbindKey() doesnt work on Controls. Is this possible? Can I do anything with bindControlKeys()/unbindControlKeys()? Thanks in advance.
×
×
  • Create New...