06.11.2010, 09:51
Код:
public OnGameModeInit(){ SetGVarInt("textdraw_gamemode",_:TextDrawCreate(bla...)); return true; } public OnPlayerConnect(playerid){ TextDrawShowForPlayer(playerid,Text:GetGVarInt("textdraw_gamemode")); return true; }