09.06.2009, 16:32
Quote:
Originally Posted by Don Correlli
GameTextForPlayer(playerid, const string[], time, style);
1 second = 1000 miliseconds, so put 5000 for 5 seconds. |
This is my line:
Код:
public OnPlayerConnect(playerid) { GameTextForPlayer(playerid,"The Streets of San Fierro",5000,3); return 1; }