Server Info
#1

I am wondering on servers I see announcements like
No Hacking
No Swearing things like that in chat.

Is their a script out for that at all?
Reply
#2

https://sampwiki.blast.hk/wiki/Random_Messages
Reply
#3

I think he meant

a announcement in middle screen
Reply
#4

Quote:
Originally Posted by ekeleke
I think he meant

a announcement in middle screen
Quote:
Originally Posted by andrewgilf
things like that in chat.
I read from there that he wanted it in chat
Reply
#5

https://sampwiki.blast.hk/wiki/SendClientMessage
https://sampwiki.blast.hk/wiki/SendClientMessageToAll

Reply
#6

mybe use "GameTextForAll", and SetTimer

example:
pawn Код:
// put this in OnGameModeInit
SetTimer("Message", 15000, false);

}

forward Message()
public Message()
{
  GameTextForPlayer("~r~do not hack or cheat! ~w~bla bla bla", 5000, 5);
  return 1;
}
PS: 15000 = 15 secondes.
5000 = 5 seconds.
i mean 1000 = 1 second, sp you can change the times as you like !
Reply
#7

Thanks!
But I dont understand that tutorial.
Reply
#8

Quote:
Originally Posted by andrewgilf
Thanks!
But I dont understand that tutorial.
juste copy and paste
Reply
#9

But what do I copy and Paste?

Sorry
Reply
#10

paste the code !!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)