View difference between Paste ID: W1P07gvv and neYvkiGy
SHOW: | | - or go back to the newest paste.
1
function onLogin(cid)
2-
	if not(isPremium(cid)then
2+
	if not(isPremium(cid))then
3
		if(isInArray({9,10,11,12}, getPlayerVocation(cid)))then
4
			setPlayerVocationId(cid, getPlayerVocation(cid) - 4)
5
		end
6
	end
7
	return true
8
end