Na Amigo
The crazy girl
i've added this script at my server but when i use it the yellow words appear i want remove it
and here is a photo to explain:-
and here is a photo to explain:-
Code:
<talkaction words="!buypromotion" script="promotion.lua"/>
Code:
function onSay(cid, words, param)
if getPlayerVocation(cid) <= 4 then
doPlayerSetVocation(cid,getPlayerVocation(cid)+4)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have been promoted!")
else
doPlayerSendCancel(cid, "Sorry, you are already promoted")
end
return true
end