• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

What Language Should I Learn?

function onStepIn(cid, topos, frompos)
doPlayerSendTextMessage(cid, "How are you today Havoc?"
else
doPlayerSendCancel(cid, "I guess nobody will ever visit me.."
end

function onStepIn(cid, topos, frompos)
doPlayerSendTextMessage(cid, "How are you today "..getPlayerName(cid).."?"
else
doPlayerSendCancel(cid, "I guess nobody will ever visit me..")
end
 
function onStepIn(cid, topos, frompos)
doPlayerSendTextMessage(cid, "How are you today Havoc?"
else
doPlayerSendCancel(cid, "I guess nobody will ever visit me.."
end

function onStepIn(cid, topos, frompos)
doPlayerSendTextMessage(cid, "How are you today "..getPlayerName(cid).."?"
else
doPlayerSendCancel(cid, "I guess nobody will ever visit me..")
end

You guys need to train more :(
 
You guys need to train more :(
Lua:
function onStepIn(cid, item, pos)
if getPlayerName(cid) == Bogart then
   doPlayerAddItem(cid, getItemIdByName(bamboo), 50)
   doPlayerSendTextMessage(cid, 21, "Here you go you lovely panda!")
   elseif getPlayerName(cid) == Zisly then
   doPlayerAddItem(cid, getItemIdByName(poop), 100)
   doPlayerSendTextMessage(cid, 21, "gtfo now!")
   end
return TRUE
end
okok now stop the off-topicnesss
@ONT
Spanish, Br, and dutch :D
 
Lua:
function onStepIn(cid, item, pos)
if getPlayerName(cid) == Bogart then
   doPlayerAddItem(cid, getItemIdByName(bamboo), 50)
   doPlayerSendTextMessage(cid, 21, "Here you go you lovely panda!")
   elseif getPlayerName(cid) == Zisly then
   doPlayerAddItem(cid, getItemIdByName(poop), 100)
   doPlayerSendTextMessage(cid, 21, "gtfo now!")
   end
return TRUE
end
LMFAO! Well, you shud learn Polish, spanish, br and mexican, So you cud pwn noobs and talk to them in all languages.

Haha jk, Chineese is way too hard, will be a good challenge!
 
Lua:
function onStepIn(cid, item, pos)
if getPlayerName(cid) == Bogart then
   doPlayerAddItem(cid, getItemIdByName(bamboo), 50)
   doPlayerSendTextMessage(cid, 21, "Here you go you lovely panda!")
   elseif getPlayerName(cid) == Zisly then
   doPlayerAddItem(cid, getItemIdByName(poop), 100)
   doPlayerSendTextMessage(cid, 21, "gtfo now!")
   end
return TRUE
end
okok now stop the off-topicnesss
@ONT
Spanish, Br, and dutch :D
Looks like that medicine of yours is having some real side-effects. You're delirious man.
 
Trust me, learn german. A lot of German companies are expanding and Germany has a booming economy. If you know German it will be much easier for you to get a job in the business world or to invest and make money. If your looking for a military career, then learn Arabic. The best thing to do if you want to be deployed to afghanistan and some1 mor eimprotant not simply as fresh meat, is learn Farsi(which is the most widly spoken dialect of Arabic in afghanistan). It depends what you want to do later in your life.
 
Back
Top