zniC
o hio
- Joined
- Jun 2, 2007
- Messages
- 1,482
- Reaction score
- 1
Yo, I'm in need of a creaturescript which changes the players outfit when logging in IF the players GroupID is above 4.
like
ok thats jsut an example of how i need it to be, but cant make it myself :l
this is my original login.lua
i need it modified so it fits my needs
someone please help.
appreciate it!
like
Code:
onLogin
blabla
ifGetPlayerAccess =< 4 then
changePlayerOutfit(cid, 266)
end or something
ok thats jsut an example of how i need it to be, but cant make it myself :l
this is my original login.lua
Code:
function onLogin(cid)
registerCreatureEvent(cid, "PlayerDeath")
return TRUE
end
i need it modified so it fits my needs

appreciate it!