I want one script that send premium account to determined player.
I try this but I know: will don't work:
I try this but I know: will don't work:
Code:
function onSay(cid, words, param)
if(param == "") then
return FALSE
end
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "The player "..param.." received "..param.." days of premium account.")
doPlayerAddPremiumDays(cid, param)
return TRUE
end