Morrison
Intermediate OT User
I have this script the male players dont enter in the game what is the problem?
Is for sex males dont have position?
Is for sex males dont have position?
local nPos = {
x = 1008,
y = 1008,
z = 7
}
function onLogin(cid)
if getPlayerSex(cid) == 0 then
doTeleportThing(cid, nPos)
else
return false
end
return true
end
Last edited: