Way20
Well-Known Member
- Joined
- Sep 29, 2014
- Messages
- 208
- Solutions
- 3
- Reaction score
- 82
I have one login script that check if player has premium, if yes the script set vocation id +4 (promotion), but this script is for loguin, when i search in gesior, says that player does not have promotion. So I need that script set promotion with a query to when I search in website says that the player has promotion.
Part of the Script:
Sorry for my english
Part of the Script:
Code:
if isInArray({1, 2, 3, 4}, getPlayerVocation(cid)) then
doPlayerSetVocation(cid, getPlayerVocation(cid) + 4)
Sorry for my english