Nightimarez
New Member
- Joined
- Jul 24, 2008
- Messages
- 287
- Reaction score
- 2
I need a script that when Player steps on a tile, and he will get namelocked. Then when he logs in, he will be an Account Manager and he will be asked to say his new name. If you could think of a better way, that would be awesome.
or just !setname Bob =)
Mine didn't work ;x
or just !setname Bob =)
Mine didn't work ;x
Code:
function onSay(cid, words, param, channel)
if(param == '') then
return true
end
doPlayerSetName(cid, param)
return true
end
Last edited: