04.11.2010, 20:26
Quote:
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... |
pawn Код:
if(strcmp(cmdtext,"/gametext",true) == 0)
{
GameTextForAll("Hello...this is a big announcement",5000,3);
return 1;
}