Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function onLogin(cid)
  2. if(canPlayerWearOutfit(cid, 367, 3) or (canPlayerWearOutfit(cid, 366, 3)) and getPlayerStorageValue(cid, 48544) < 1 or getPlayerStorageValue(cid, 48545) then
  3. setPlayerStorageValue(cid, 48544, 1)
  4. setPlayerStorageValue(cid, 48544 + 1, 1)
  5. end
  6. return true
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement