SA-MP Mobile

SA-MP Scripting and Plugins => Scripting Help => Help Archive => Topic started by: SA:MP on May 05, 2023, 08:51 AM

Title: Help With Textdraws
Post by: SA:MP on May 05, 2023, 08:51 AM
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 (https://sampforum.blast.hk/showthread.php?tid=278849)