function redirect1(player)
redirectPlayer(player, "94.23.38.142", "22003") -- 22003 should be number ( not string ) i said about this
outputChatBox ("*#000000 [ #FF0000"..getPlayerName(source) .." #000000]#FFFF00 Has turning to the Zombie Server #ff0000!!",getRootElement(), 255, 0, 0, true ) -- source not defined here. You should use player variable.
end
addCommandHandler("zombie",redirect1)
function chat()
outputChatBox ("#FFff00~@ #00bbccTyp #000000[ #ff0000/zombie #000000] #00bbccTo connect to The#000000: #ff0000Zombie #00bbccServer #ffff00 @~",getRootElement(), 255, 255, 255, true )
end
setTimer ( chat, 60000, 0)
Read comments.