Jump to content

Yields

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Yields

  1. lol I left this infact so it don't matter anyway.
  2. And someone who plays there called 'Tsumetai'
  3. Just make your own roleplay script stop using valhalla's
  4. Yields

    Script Error

    Fixed thanks Solidsnake :>
  5. Yields

    Script Error

    This script is server sided and I get this error [2012-05-22 03:17:52] ERROR: realism-system\s_vehicle_crash.lua:11: attempt to call global 'getLocalPlayer' (a nil value) this is the lua code local vehicle = getPedOccupiedVehicle( getLocalPlayer( ) ) if getVehicleOccupant( vehicle ) == getLocalPlayer( ) and getVehicleType( vehicle ) == "BMX" then if speed then if getElementModel(vehicle) == 510 then --mtbike if speed >= 60 then toggleControl( "accelerate", false ) else toggleControl( "accelerate", true ) end else if speed >= 45 then toggleControl( "accelerate", false ) else toggleControl( "accelerate", true ) end end end end
  6. Yields

    MySql Error

    It's best to install phpmyadmin tho for mangement of ur Databases.
  7. Yields

    MySql Error

    Search on Google for phpmyadmin and how to repair it's not a Lua Error it's a SQL Error.
  8. Yields

    MySql Error

    Where you're database is.
  9. Yields

    MySQL Login

    Okay so I'm working on a MySQL Login / Register once I added a account thru the phpmyadmin such as account password how would it make sure that the password is the same one that was typed in as the made one in phpmyadmin?
  10. Yields

    MySql Error

    Go into you're phpmyadmin and click on repair table.
×
×
  • Create New...