Help With Textdraws

Started by SA:MP, May 05, 2023, 08:51 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

SA:MP

Help With Textdraws

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


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);


I'v read the wiki and got that, but It doesnt show ingame.

Source: Help With Textdraws