SA-MP Forums Archive
[Ajuda] TextLabel nos Carros ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] TextLabel nos Carros ! (/showthread.php?tid=370658)



TextLabel nos Carros ! - Carlos_barbosa - 20.08.2012

entгo pessoa estava fazendo um textLabel encima de alguns Vйiculos do meu gm,estou seguindo esse tutorial https://sampforum.blast.hk/showthread.php?tid=358710,quando da esses erros :
Linha do erro :
pawn Код:
new textstring; linha 10993
    format(textstring, 256, "Vйiculo de Civil");linha 10994
    exemplolabel = Create3DTextLabel(textstring, rccarro, 0.0, 0.0, 0.0, 50.0, 0, 1); linha 10995
Erros :


pawn Код:
C:\Users\Famнlia\Desktop\BUL - Dominio Samp\gamemodes\BUL.pwn(10994) : error 035: argument type mismatch (argument 1)
C:\Users\Famнlia\Desktop\BUL - Dominio Samp\gamemodes\BUL.pwn(10995) : error 035: argument type mismatch (argument 1)
C:\Users\Famнlia\Desktop\BUL - Dominio Samp\gamemodes\BUL.pwn(10993) : warning 203: symbol is never used: "textstring"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

ajudando dou um +,se nгo conseguir nгo tem problema !


Re: TextLabel nos Carros ! - ViniBorn - 20.08.2012

Ex:
pawn Код:
new textstring[20];



Respuesta: TextLabel nos Carros ! - AnonymouSs - 20.08.2012

Ae, acho que nгo й necessбria usar formataзгo de Strings, pois nesse caso ai vc sу vai colocar "Veiculo Civil", nгo necessita da formataзгo.