Skip to content

as textdraw ficou bugada. #32

@Vecprogramador

Description

@Vecprogramador

então amigo vou explicar, eu baixei e instalei o plugin corretamente na gamemode, mais tenho algumas duvidas pois as textdraw funcionou mais ficou bugadas, como por exemplo, alguns botões da textdraw não funciona e alguns até mesmo trocaram de função, e as previl model ficou bugada, agora vai as duvidas, as callbacks que precisa mudar é.

public OnPlayerClickTextDraw(playerid, Text:clickedid), para public OnClickDynamicTextDraw(playerid, Text:textid) e mudar a public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid) para public OnClickDynamicPlayerTextDraw(playerid, PlayerText:textid) certo? e tipo como é uma gamemode que ja tem muitos sistemas sé eu mudar o "Text:clickedid e o PlayerText:playertextid para, textid" vai dar algum problema, e sé eu mudar devo fazer isso em todo o sistema que usa Text:clickedid e o PlayerText:playertextid da gamemode?

e com respeito as hooks? eu uso essas mesmas callbacks em hook eu devo fazer as alterações nessas callbakcs também mudando de hook OnPlayerClickTextDraw(playerid, Text:clickedid), para hook OnClickDynamicTextDraw(playerid, Text:textid) e assim por diante?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions