Jump to content

KillaBeatZ

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

KillaBeatZ's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Please paste your full code and if you create a table make this: "CREATE TABLE IF NOT EXISTS 'tablename' (id INT AUTO_INCREMENT PRIMARY KEY ) "
  2. Write yourself, not too hard, if u have fantasy
  3. Hi, i'm a new scripter, in LUA Language. I would like to ask few questions. 1. How can i use a script's functions to my gamemode without copying it? Example: There is an infobox script that contains a function (add_info), and i would like to use this to my own mode [without copying].. 2. I would like to ask a very simple register / login system code, but please contains the following: - Register/Login with commands and without commands [only function] - If someone has already registered, he/se couldn't register one more times - It checks that player Name contains: First and Last name and the "_" [like rpg mod] I have already found on wikipedia but it was wrongly added the code snippet. 3.I would like to ask a simple tutorial how to make for example: login panel, and gui [with images]?
  4. U can help me please with chat? On Facebook or something.. :\
  5. KillaBeatZ

    Question

    Hi! 1. Question: I Would like to ask, how could i set the vehicle rotation (facing angle) in my vehicle spawning command? So i want to set vehicle rotate to my Character Facing Angle Rotation.. I'm literally newbie with LUA language. This is my first command: addCommandHandler("sv", function(player, command, model) if tonumber(model) and tonumber(model) >= 400 and tonumber(model) < 609 then local vx,vy,vz = getElementPosition(player) local vhle = createVehicle(model,vx,vy,vz) outputChatBox("Vehicle spawned!", player) warpPedIntoVehicle(player,vhle, 0) else outputChatBox("Error!",player) end end ) 2. Question: How could i make 'easy to use' SKIN-SELECTOR that contains "array with few skin id's[about 5 skin id] and GUI left and right arrow and select button"? I have already tried to make this, but doesn't work for me! 3. Question: How can i send Message To all Player, not only the Command user?! [Example: PAWN Language: SendMessageToAll] Thanks the answers, this very important for me! I would like to learn! Have a nice Day!
×
×
  • Create New...