[Pedido] 3D TextLabel no Veнculo
#5

4 erros

C:\Users\Ramon\Desktop\ElementTDM.pwn(117) : error 017: undefined symbol "TextoVeiculo"
C:\Users\Ramon\Desktop\ElementTDM.pwn(117) : warning 215: expression has no effect
C:\Users\Ramon\Desktop\ElementTDM.pwn(117) : error 001: expected token: ";", but found "]"
C:\Users\Ramon\Desktop\ElementTDM.pwn(117) : error 029: invalid expression, assumed zero
C:\Users\Ramon\Desktop\ElementTDM.pwn(117) : fatal error 107: too many error messages on one line

@Edit
Linhas:

111. stock MostrarDonoDoVeiculo(playerid)
112. {
113. new pdname[MAX_PLAYER_NAME],carstring[60];
114. new Float:X,Float:Y,Float:Z;GetPlayerPos(playerid,X,Y, Z);
115. GetPlayerName(playerid, pdname, MAX_PLAYER_NAME);
116. format(carstring, sizeof(carstring), "{FFFFFF}Veнculo de:\n{FFFFFF}%s [ID:%i]", pdname, playerid);
117. Update3DTextLabelText(TextoVeiculo[playerid],0xFF8408FF,carstring);
118. Attach3DTextLabelToVehicle(TextoVeiculo[playerid],veiculo[playerid],0.0,0.0,1.0);
119. return 1;
120. }
Reply


Messages In This Thread
3D TextLabel no Veнculo - by Spectral - 06.08.2014, 15:40
Re: 3D TextLabel no Veнculo - by zqkRazer - 06.08.2014, 15:45
Re: 3D TextLabel no Veнculo - by Spectral - 06.08.2014, 15:48
Re: 3D TextLabel no Veнculo - by zqkRazer - 06.08.2014, 16:00
Re: 3D TextLabel no Veнculo - by Spectral - 06.08.2014, 16:06
Re: 3D TextLabel no Veнculo - by zqkRazer - 06.08.2014, 17:27
Re: 3D TextLabel no Veнculo - by Spectral - 06.08.2014, 23:04

Forum Jump:


Users browsing this thread: 4 Guest(s)