24.08.2011, 08:14
I need help with textdraws.. So like when a player connects to my server it'll say "Welcome to SDKFreeRoam scripted by [SDK]Azzeto, This is what I have so far
I'v read the wiki and got that, but It doesnt show ingame.
pawn Code:
new Text:welcome;
pawn Code:
Public OnGameModeInit
welcome = TextDrawCreate(240.0,580.0,"SDKFreeRoam Scripted by [SDK]Azzeto");
pawn Code:
Public OnPlayerConnect
TextDrawShowForPlayer(playerid,welcome);