Jump to content

TroyBoy

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by TroyBoy

  1. not working here the all resource with the map: http://www.mediafire.com/?55q4eyb4kyz2nod
  2. http://www.mediafire.com/?14taw2ncew69e9b
  3. still error with the same line and i did this
  4. conver the map to utf or the resource ?
  5. http://www.mediafire.com/?99mcg6e8i99r2i3
  6. i still have this problem
  7. here the map http://pastebin.com/jeSBRpn5
  8. you want to show you what the error from the log: [2012-03-01 14:42:55] WARNING: race\racemap.lua:70: Error while loading race-Ow: no node in meta.xml [2012-03-01 14:42:55] INFO: Error loading map race-Ow
  9. i put my map in the race mode and this is the meta and there is no other map there: but the race sais i have problem with the meta what is the problem?
  10. TroyBoy

    admin panel

    hello, i found the admin panel but i want to seperate him i mean i wana have the owner group that only this group can bring by the admin panel the admin rights and a regular admin group that cant how can i do this
  11. TroyBoy

    put race map

    look i did a map and call it race-Ow i want this will be the only race map and not other maps
  12. TroyBoy

    put race map

    how can i do that it will choose only the map i did
  13. TroyBoy

    put race map

    sorry i even cant choose the map of race i want my map name is 1 and i put this in rar in [race]-maps and i dont find it when i choose map
  14. TroyBoy

    put race map

    look i wana open my server with a map in race mode so i can have the race pickups but when i try to choose the map the screen turns black what i need to do?
  15. TroyBoy

    sethp to me

    i have problem with this command its not set my position z +5: addCommandHandler( "flip", function ( player,vehicle ) local playerTeam = getPlayerTeam ( player ) if playerTeam then local name = getTeamName ( playerTeam ) if name == "Owner" or name == "Admin" then local x,y,z = getElementPosition( player ) setElementPosition ( vehicle, x, y, z + 5 ) end end end )
  16. TroyBoy

    sethp to me

    when i do /setphp 50 it doesnt set my hp to 50
  17. TroyBoy

    sethp to me

    can i do that only if he not write a player name it will set the hp to him not when its not find the player i mean if he will do /sethp 50 it will set is hp 50 but if he will do /sethp [playername] 50 it will set the player he choose 50 hp
  18. TroyBoy

    sethp to me

    i have that script that if i write sethp and a playername and hp its set the player i write the hp i want but i want that if i will not write a player name it will set hp to me here the command: addCommandHandler( "setphp", function( player,_,name ) local theHealth = tonumber(theHealth) local playerTeam = getPlayerTeam ( player ) if playerTeam then local name = getTeamName ( playerTeam ) if name == "Owner" or name == "Admin" then local find = findPlayer( name ) if not find then outputChatBox ( "No player with that name." ) else if (theHealth) then setElementHealth( find, theHealth ) end end end end end ) please help me
  19. ty and how can i do that its not matter if the command i write in the server will be in big letters or small like in the script i write this: addCommandHandler( 'hi', and in the server i will can do the command like this /Hi or /HI or /hI
  20. /sethp (player) 50 will set is health to 50 i want to give the player health of what i choose if i write /sethp (player) 37 it will set is hp to 37 ok
  21. not to get the player health to set the player health from the health i write to give him in the server
  22. how can i do command that the health point the player write in the server will be the health of his?
×
×
  • Create New...