19.03.2010, 10:06
How i make sendmessage like Visit our website and some like that plz help
SendClientMessageToAll(color, "Visit Our website www.yourdomain.com");
SendClientMessage(playerid, color, "Visit Our website www.yourdomain.com");
but scripting are cool
so plz help i do it with pawno?
|
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? |
if(!strcmp(cmdtext,"/website", true)) {
SendClientMessageToAll(color, "Visit Our website www.yourdomain.com");
return 1;
}
|
Originally Posted by kauposoopa
where i put it? do i do it with pawno? and how i do maybe you can make vid
![]() |
public OnPlayerCommandText(playerid, cmdtext[])
{
//here
return 0;
}
|
Originally Posted by Virtual1ty
Or if you want random messages every X minutes, check this tutorial:
https://sampwiki.blast.hk/wiki/Random_Messages |