Who has this in his Signature????
#1

Hello!

Somebody has in his Signature an code with something like this:
it
if....."plz"=find
{
sendmessagetoall(playerid,"Does anyone know where to get english lessons?");
}
return 1;

Please help i need this!
If anyone has an lol/funny code in his Signature: post
Reply
#2

...

Code it yourself ><
Mikep had it, though he doesn't have it no long.
Reply
#3

Add this under OnPlayerText
pawn Код:
if(strfind(text, "plz"))
{
  SendPlayerMessageToAll(playerid, "Does anyone know where to get English lessons?");
}
Reply
#4

Quote:
Originally Posted by JeNkStAX
Add this under OnPlayerText
pawn Код:
if(strfind(text, "plz"))
{
  SendPlayerMessageToAll(playerid, "Does anyone know where to get English lessons?");
}
Actually it won't work. You should return it or else it does the message to all + it says the text.
Reply
#5

Quote:
Originally Posted by JeNkStAX
Add this under OnPlayerText
pawn Код:
if(strfind(text, "plz"))
{
  SendPlayerMessageToAll(playerid, "Does anyone know where to get English lessons?");
}
That i was searching!

Quote:
Originally Posted by MenaceX^
Code it yourself ><
I tryed but it doesn't worked so i asked it here!
Reply
#6

It's in mikep's signature.
Reply
#7

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by JeNkStAX
Add this under OnPlayerText
pawn Код:
if(strfind(text, "plz"))
{
  SendPlayerMessageToAll(playerid, "Does anyone know where to get English lessons?");
}
Actually it won't work. You should return it or else it does the message to all + it says the text.
It will still work, Just because they use plz it dont mean thier whole message should be discarded

Quote:
Originally Posted by Norn
It's in mikep's signature.
He took it out for some reason
Reply
#8

Quote:
Originally Posted by Norn
It's in mikep's signature.
I already said that..

Btw, if you want it to work aswell (you say plz and it won't be shown on the chat, only the message)
pawn Код:
if(strfind(text, "plz"))
{
  SendPlayerMessageToAll(playerid, "Does anyone know where to get English lessons?");
  return false; // We return it with false, so 'plz' won't be shown.
}
Reply
#9

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Norn
It's in mikep's signature.
I already said that..

Btw, if you want it to work aswell (you say plz and it won't be shown on the chat, only the message)
pawn Код:
if(strfind(text, "plz"))
{
  SendPlayerMessageToAll(playerid, "Does anyone know where to get English lessons?");
  return false; // We return it with false, so 'plz' won't be shown.
}
That will frustrate many players who aren't so smart. They'd probably say "Why does it keep asking me for English lessons!?"
Reply
#10

I know but im going to use it as a little anti shout system
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)