Jump to content
  • 0

TextDrawn sub mini-mapa


GiGiMuScHi

Question

Am adugat un text drawn in care iti arata numele sug mini-harta.Si la copilare imi cateva errori:

C:\Documents and Settings\Administrator\Desktop\gamemodes\eGamer.pwn(4026) : error 017: undefined symbol "string"

C:\Documents and Settings\Administrator\Desktop\gamemodes\eGamer.pwn(4026) : error 017: undefined symbol "string"

C:\Documents and Settings\Administrator\Desktop\gamemodes\eGamer.pwn(4026) : error 029: invalid expression, assumed zero

C:\Documents and Settings\Administrator\Desktop\gamemodes\eGamer.pwn(4026) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

Acesta ii text drawnul despre care vam vis:

public OnPlayerConnect(playerid)

{

format(string, sizeof(string), "%s.ini", plname);

{

new pnamee[24];

GetPlayerName(playerid, pnamee, sizeof(pnamee));

Nume[playerid]= TextDrawCreate(28.000000,428.000000,pnamee);

TextDrawAlignment(Nume[playerid],0);

TextDrawBackgroundColor(Nume[playerid],0xffffffff);

TextDrawFont(Nume[playerid],1);

TextDrawLetterSize(Nume[playerid],0.799999,1.200000);

TextDrawColor(Nume[playerid],0x00ff0033);

TextDrawSetOutline(Nume[playerid],1);

TextDrawSetProportional(Nume[playerid],1);

TextDrawSetShadow(Nume[playerid],1);

TextDrawShowForPlayer(playerid,Nume[playerid]);

return 1;

  }

Ma puteti ajuta

Respecta Si Vei Fi Respectat !!!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Multumesc oricum.Nu a mers a dat mult mai multe erori nu vreua sa va bateti cu prostii din astea.Si nici eu nu vreau cand o fi atunci o sa invat.TOATE LA TIMPUL LOR.RESPECTA SI VEI FI RESPECTAT

invata intai romana fratele meu , ca nu inteleg nimic din ce ai postat mai sus  :shocked: :shocked: :shocked:

communitylogosml.png

94.23.120.101:7778

Link to comment
Share on other sites

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.