Jump to content
  • 0

TextDraws


xxSPEEDYxx

Question

Cum pot face un TextDraw in care sa zicem ca ma teleportez undeva imi apare xxSPEEDYxx has gone to Abandoned Airport...dupa accea dau sa spunem il /lv si scrie xxSPEEDYxx has gone to Las Venturas...dar sa nu mai dispare ala Has Gone to numai locatia si numele sa se schimbe...stiti voi ce vreau sa spun;)

Fara reclama in semnatura!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest farse

[pawn]//OnGameModeInit: pui TDU,numele variabilei sa fie TeLe

//asta o pui oriunde inafara unei functii

static stock ShowTele(playerid,const tele[ ])

{

new

str[4_0],

pN[2_5]

;

GetPlayerName(playerid,pN,25);

format(str,4__0,#~r~%s~g~[%d] ~p~s-a dus la :~r~%s,pN,playerid,tele);

TextDrawSetString(TeLe,str);

}

//pui la OnPlayerConnect:

TedtDrawShowForPlayer(playerid,TeLe);

//pui la Teleport

ShowTele(playerid,"/lva");[/pawn]

Link to comment
Share on other sites

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.