Jump to content

Question

Posted

Salut, am facut un "i" (pickup) cand intru in el sa imi apara un text dar .. nu imi apare textul :D

Am asa:

La inceputul scriptului:

[pawn]new Balance;[/pawn]

OnGameModeInit();

[pawn]Balance = CreateDynamicPickup(1239, 2, 2309.1907,-8.5980,26.7422, 0, -1, -1, 100.0); // Balance icon[/pawn]

Si la OnPlayerPickUpPickup:

[pawn]if(pickupid == Balance) GameTextForPlayer(playerid, "Bank Office~n~~g~Type ~b~~h~/balance ~g~to see your moneys", 2000, 5);

[/pawn]

2 answers to this question

Recommended Posts

Posted

Pai cum vrei sa iti apara textul daca nu ai facut textdraw? Baga asta si o sa iti mearga..

[pawn]Create3DTextLabel("Bank Office\nType /enter to enter",0xFFFFFFFF,2309.1907,-8.5980,26.7422,20.0, 0, 1);[/pawn]

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.