How to make SEnd Message? plz help
#1

How i make sendmessage like Visit our website and some like that plz help
Reply
#2

Код:
SendClientMessageToAll(color, "Visit Our website www.yourdomain.com");
Or
Код:
SendClientMessage(playerid, color, "Visit Our website www.yourdomain.com");
Reply
#3

but where i but it? i m new in scripting but scripting are cool so plz help i do it with pawno?
Reply
#4

Quote:
Originally Posted by kauposoopa
but where i but it? i m new in scripting but scripting are cool so plz help i do it with pawno?
when you want to call it .

For e.g you want to call it on command
Код:
if(!strcmp(cmdtext,"/website", true)) {
SendClientMessageToAll(color, "Visit Our website www.yourdomain.com");
return 1;
}
Reply
#5

where i put it? do i do it with pawno? and how i do maybe you can make vid
Reply
#6

Or if you want random messages every X minutes, check this tutorial:
https://sampwiki.blast.hk/wiki/Random_Messages
Reply
#7

Quote:
Originally Posted by kauposoopa
where i put it? do i do it with pawno? and how i do maybe you can make vid
put it under the OnPlayerCommantext

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
//here
	return 0;
}
Quote:
Originally Posted by Virtual1ty
Or if you want random messages every X minutes, check this tutorial:
https://sampwiki.blast.hk/wiki/Random_Messages
Yeah thats also good
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)