Jump to content

maksulr

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

maksulr's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. if getAmmoPerClip(weaponID) == "disabled" then --If weapon is not allowed outputChatBox("[MAKEAMMO] Invalid Weapon Name/ID. Type /gunlist or hit F4 to open Weapon Creator.", thePlayer, 255, 0, 0) return elseif getAmmoPerClip(weaponID) == tostring(0) then-- if weapon doesn't need ammo to work outputChatBox("[MAKEAMMO] This weapon doesn't use ammo.", thePlayer, 255, 0, 0) return else end local logged = getElementData(targetPlayer, "loggedin") local hiddenAdmin = getElementData(thePlayer, "hiddenadmin") if (logged==0) then outputChatBox("Player is not logged in.", thePlayer, 255, 0, 0) elseif (logged==1) then if ammo == -1 then -- if full ammopack ammo = getAmmoPerClip(weaponID) end
  2. Hello. I apologize in advance for my English. What can be done with this warning: WARNING: admin-system\Player\s_player_commands.lua:734: Expected number, got non-convertible string. This warning may be an error in future versions. Here is the warning line: Thankful in advance for the answer and the help.
×
×
  • Create New...