Quote:
Originally Posted by Ramonx100
Geralmente a criaзгo do player textdraw й feito dentro da callback OnPlayerConnect.
Exemplos de uso:
PHP код:
//Global
new Text:text1;
public OnGameModeInit()
...
text1 = TextDrawCreate(x, y, "mdl-2000:login");
...
//Player
new PlayerText:text1[MAX_PLAYERS];
public OnPlayerConnect(playerid)
...
text1[playerid] = CreatePlayerTextDraw(playerid, text1[playerid], x, y, "mdl-2000:login");
...
Dб uma lida:
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
https://sampwiki.blast.hk/wiki/TextDrawCreate
|
Fiz dessa forma mas eu nгo entendo pq a imagem nгo aparece, cujo a "mdl-2000:login"..