Vice Underdogs

Scripting => Scripting Support => Topic started by: Rathan on September 07, 2012, 09:41:32 am

Title: Need a little Help in Pawn
Post by: Rathan on September 07, 2012, 09:41:32 am
Man can anybody telll me How too ADD message at Bottom of the server ....

can anybody give me Announce System like

INFO-->>>  check our cmd at !commands



Title: Re: Need a little Help in Pawn
Post by: Skirmant on September 07, 2012, 11:58:11 am
Code: [Select]
GameTextForPlayerBottom(PID,"INFO-->>>  check our cmd at !commands");
Title: Re: Need a little Help in Pawn
Post by: Rathan on September 07, 2012, 12:51:20 pm
Man not working where should i add it
Title: Re: Need a little Help in Pawn
Post by: Thijn on September 08, 2012, 09:58:24 am
Ofc it works. It's a basic function.

You should add into your script where you need it. In a command, or some kind of timer, on join etc..
Title: Re: Need a little Help in Pawn
Post by: Charley on September 08, 2012, 07:54:21 pm
Rathan, please follow the guides to basic scripting that are available on this forums and the official vcmp forums. If you have any questions after you've managed to complete the basics, ask here. Otherwise, please consult them as they will have all of your answers. Locked.