Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Am pus acest textdraw in GM:

Textdraw16 = TextDrawCreate(1.000000, 425.000000, "Romania");

    TextDrawBackgroundColor(Textdraw16,0x000000AA);

    TextDrawFont(Textdraw16, 0);

    TextDrawLetterSize(Textdraw16, 0.698998, 2.299900);

    TextDrawColor(Textdraw16, 0x1229FAFF);

    TextDrawSetOutline(Textdraw16, 1);

    TextDrawSetProportional(Textdraw16, 1);

    Textdraw17 = TextDrawCreate(73.000000, 425.000000, "Super");

    TextDrawBackgroundColor(Textdraw17,0x000000AA);

    TextDrawFont(Textdraw17, 0);

    TextDrawLetterSize(Textdraw17, 0.698998, 2.299900);

    TextDrawColor(Textdraw17, 0xFFFF00FF);

    TextDrawSetOutline(Textdraw17, 1);

    TextDrawSetProportional(Textdraw17, 1);

    Textdraw18 = TextDrawCreate(119.000000, 425.000000, "Gaming");

    TextDrawBackgroundColor(Textdraw18,0x000000AA);

    TextDrawFont(Textdraw18, 0);

    TextDrawLetterSize(Textdraw18, 0.698998, 2.299900);

    TextDrawColor(Textdraw18, 0xFB0000FF);

    TextDrawSetOutline(Textdraw18, 1);

    TextDrawSetProportional(Textdraw18, 1);

Si imi da erorile astea:

D:\[RSG]\Gamemodes\RSG.pwn(1075) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1076) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1077) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1078) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1079) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1080) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1081) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1082) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1083) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1084) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1085) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1086) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1087) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1088) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1089) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1090) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1091) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1092) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1093) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1094) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1095) : error 017: undefined symbol "Textdraw18"

Cum le rezolv ? Si mai trebuie sa fac ceva dupa ce am pus textdraw-ul ?

www.youtube.com/thebwgg

12 answers to this question

Recommended Posts

Posted

Dar in locul acestui textdraw aveam ora.. (ex: 02:48) Cum o scot? Ca nu stiu tot ce apartine de ea.. Si se suprapun.. Ca eu in acel loc vreau sa pun textdraw-ul de mai sus. :undecided:

www.youtube.com/thebwgg

Posted

new Textdraw16;
new Textdraw17;
new Textdraw18;

Ai pus asta sus in GM ?

te corectez:

[pawn]

new Text:TextDraw16;

new Text:TextDraw17;

new Text:TextDraw18;

[/pawn]

Fara reclama in semnatura!

Posted

mda...nu ai pus la OnPlayerConnect sau la OnPlayerSpawn:

TextDrawShowForPlayer(playerid, TextDraw16);

TextDrawShowForPlayer(playerid, TextDraw17);

TextDrawShowForPlayer(playerid, TextDraw18);

Fara reclama in semnatura!

Posted

Am pus sus in GM, la OnPlayerSpawn si am pus si textdraw-ul, dar imi da:

D:\[RSG]\Gamemodes\RSG.pwn(1086) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1087) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1088) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1089) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1090) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1091) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1092) : error 017: undefined symbol "Textdraw16"

D:\[RSG]\Gamemodes\RSG.pwn(1093) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1094) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1095) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1096) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1097) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1098) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1099) : error 017: undefined symbol "Textdraw17"

D:\[RSG]\Gamemodes\RSG.pwn(1100) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1101) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1102) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1103) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1104) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1105) : error 017: undefined symbol "Textdraw18"

D:\[RSG]\Gamemodes\RSG.pwn(1106) : error 017: undefined symbol "Textdraw18"

:undecided:

www.youtube.com/thebwgg

Posted

Am pus asa sus in GM:

new Text:TextDraw16;

new Text:TextDraw17;

new Text:TextDraw18;

sus acolo unde ai tu alea cu new? sau sus langa include.

35012l1.png.aee1a3398b9bd9f8eec50574d2cd

Posted

NexT." post="77800" timestamp="1308319790"]

sus acolo unde ai tu alea cu new? sau sus langa include.

Sus langa celelalte new Text:TextDraw.....

Am uitat sa mentionez: in acel loc unde vreau sa pun textdraw-ul asta, am un textdraw cu ceas: imi arata ex: 13:56.. Si nu mai stiu care sunt toate partile lui.

Si cred ca pana nu le sterg, nu o sa se vada textdraw-ul care l-am pus..

www.youtube.com/thebwgg

Guest
This topic is now closed to further replies.
×
×
  • 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.