23.04.2009, 23:04
Quote:
|
Originally Posted by aspire5630
Hey, i have been looking in wiki, cant find much,
soo i was wondering if you would know i have basic admin 1 i got it because it very simple, and i can add my own commands to it HOPEFULLY ![]() can you help i need /announce [text] then obv on the players screen, it shows the message ![]() |
pawn Код:
//OnPlayerText
if(text[0] == '#' && IsPlayerAdmin(playerid)) //This will only work for RCON admins
{
GameTextForAll(text[1], 5000, 3);
return false;
}
Edited 5:28 PM, April 24th 2009.


