[Ajuda] Adicionando sprite na nova versгo
#13

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(xy"mdl-2000:login");
...
//Player
new PlayerText:text1[MAX_PLAYERS];
public 
OnPlayerConnect(playerid)
...
text1[playerid] = CreatePlayerTextDraw(playeridtext1[playerid], xy"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"..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)