// This variable is used to store the id of the textdraw
// so that we can use it throught the script
new Text:welcomeText;
#define TextDrawShowForPlayer
#define TextDrawCreate
public OnGameModeInit()
{
    // This line is used to create the textdraw.
    // Note: This creates a textdraw without any formatting.
    welcomeText = TextDrawCreate(240.0,580.0,\"Üdvözöllek a szerveren parancsok /help be /cmds be és a legfontosabb a /help azt kine fejeltsd\");
    return 1;
}
public OnPlayerConnect(playerid)
{
    
    TextDrawShowForPlayer(playerid,welcomeText);
}
 Ez lenne második nagyon nagyon alap scriptem nem al legjobb de remélem jol sikerült