
TroyBoy
Members-
Posts
63 -
Joined
-
Last visited
Everything posted by TroyBoy
-
its not the problem
-
not working here the all resource with the map: http://www.mediafire.com/?55q4eyb4kyz2nod
-
http://www.mediafire.com/?14taw2ncew69e9b
-
still error with the same line and i did this
-
conver the map to utf or the resource ?
-
http://www.mediafire.com/?99mcg6e8i99r2i3
-
i still have this problem
-
here the map http://pastebin.com/jeSBRpn5
-
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
-
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?
-
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
-
look i did a map and call it race-Ow i want this will be the only race map and not other maps
-
how can i do that it will choose only the map i did
-
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
-
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?
-
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 )
-
when i do /setphp 50 it doesnt set my hp to 50
-
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
-
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
-
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
-
/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
-
not to get the player health to set the player health from the health i write to give him in the server
-
how can i do command that the health point the player write in the server will be the health of his?