I don't get it...
#2

Quote:
Originally Posted by knackworst
Посмотреть сообщение
I don't how to use,

Gametext for all...
It's something with strings, but I don't understand strings! even after reading the wiki!
please help, I just want that when a player types a command, all players can see a simple gametext...
Well...here's a simple example...

pawn Код:
if(strcmp(cmdtext,"/gametext",true) == 0)
{
    GameTextForAll("Hello...this is a big announcement",5000,3);
    return 1;
}
Put that under OnPlayerCommandText.
Reply


Messages In This Thread
I don't get it... - by knackworst - 04.11.2010, 20:04
Re: I don't get it... - by JaTochNietDan - 04.11.2010, 20:26
Re: I don't get it... - by <Weponz> - 04.11.2010, 20:27
Re: I don't get it... - by knackworst - 04.11.2010, 20:28
Re: I don't get it... - by <Weponz> - 04.11.2010, 20:30
Re: I don't get it... - by Karlip - 04.11.2010, 20:32
Re: I don't get it... - by knackworst - 04.11.2010, 20:33
Re: I don't get it... - by Alex_Valde - 04.11.2010, 20:42
Re: I don't get it... - by knackworst - 04.11.2010, 20:49
Re: I don't get it... - by Alex_Valde - 04.11.2010, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)