// 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
BUG-os,látszik teírtad....
Amúgy OnPlayerSpawn alá:
TextDrawHideForPlayer(playerid,welcomeText);
Dupla hozzászólás automatikusan összefûzve. ( 2014. február 10. - 20:43:36 )
És azt is hozzáténnem,hogy ez ugyan az,csak a szöveg van átírva... : http://wiki.sa-mp.com/wiki/TextDrawCreate