Help With TextdrawsI 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
pawn Code:
Public OnGameModeInit
welcome = TextDrawCreate(240.0,580.0,"SDKFreeRoam Scripted by [SDK]Azzeto");
pawn Code:
Public OnPlayerConnect
TextDrawShowForPlayer(playerid,welcome);
I'v read the wiki and got that, but It doesnt show ingame.
Source: Help With Textdraws (https://sampforum.blast.hk/showthread.php?tid=278849)