Jump to content

[REZOLVAT] Problema - textdraw


FAiX
 Share

Recommended Posts

Username : FAiX
Problema întâlnită: textdraw
Detalii despre problemă: cum pot sa adaug un textdraw in gamemodeul meu?, adica eu iau un textdraw dupa net si vreau sa il pun in serverul meu.
Ce ai încercat să faci înainte să postezi?: am cautat tutoriale pe net dar nu am gasit 
Cod sursa (recomandat pastebin.com) :  -
Alte detalii : -

Edited by FAiX
Link to comment
Share on other sites

7 minutes ago, FAiX said:

Nu prea ma inteles, exista vreun tutorial?

Deci.

Ai codul de la textdraw? Sa ziceam ca Da ????

Acel cod il bagi in public OnGameModeInit()

Dupa ce l-ai bagat pui la OnPlayerConnect: TextDrawShowForPlayer(playerid, TextDraw);

Link to comment
Share on other sites

Acum depinde daca acel textdraw este de tip global sau per player..

Daca codurile la de la TextDraw incep cu PlayerTextDraw inseamna ca e per player

Daca codurile de la TextDraw incep cu TextDraw inseamna ca e de tip global.

Daca e de tip global bagi codul in public OnGamemodeInit()

Daca e per player il bagi in public OnPlayerConnect(playerid) 

Pentru a afisa un textdraw global foloseste TextDrawShowForPlayer.

Pentru a afisa un textdraw per player foloseste PlayerTextDrawShow

 

 

9KTP2ey.png

 

 

 

KuMvnHk.png

Sunt de moda veche | Inca mai cred in respect ????

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...