[HELP] Help ASAP if u can plz
#2

Create a stock and put in TextDrawCreate, just like this
pawn Код:
new PlayerTextdraw[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
     LoadPlayerTextdraw(playerid);
     TextDrawShowForPlayer(playerid, PlayerTextdraw[playerid]);
     return 1;
}

stock LoadPlayerTextdraw(playerid)
{
     PlayerTextdraw[playerid] = TextDrawCreate(240.0,580.0,"Hello, log in the server");
     return 1;
}
Then, put what you want in your textdraw (shadow, box ..)
https://sampwiki.blast.hk/wiki/TextDraw
I hope that I helped you.
Reply


Messages In This Thread
[HELP] Help ASAP if u can plz - by GunZ75 - 19.09.2014, 18:51
Re : [HELP] Help ASAP if u can plz - by streetpeace - 19.09.2014, 19:08
Re: [HELP] Help ASAP if u can plz - by GunZ75 - 19.09.2014, 19:13
Re: [HELP] Help ASAP if u can plz - by iSkate - 19.09.2014, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)