Kis segítség :-[
Kell egy editor: http://forum.sa-mp.com/showthread.php?t=406833
Vagy ha nem akarsz akkor ebböl kiveheted a fekete textdrawot: http://sampforum.hu/index.php?topic=26434
Majd:
new Text:welcomeText;
public OnGameModeInit()
{
// Hozzuk létre....
welcomeText = TextDrawCreate(240.0,580.0,\"Welcome to my SA-MP server\");
return 1;
}
public OnPlayerConnect(playerid)
{
//Megjeleníteni a textdrawot bejelentkezéskor.
TextDrawShowForPlayer(playerid,welcomeText);
}
by : http://wiki.sa-mp.com/wiki/TextDrawCreate