[Ajuda] error 035: argument type mismatch (argument 1) - 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] error 035: argument type mismatch (argument 1) (
/showthread.php?tid=399838)
error 035: argument type mismatch (argument 1) -
GoldLion - 16.12.2012
alguem me ajuda '-'
pawn Код:
if(dialogid == TROCARH)
{
if(response == 1)
{
SetWorldTime((inputtext)); //error 035: argument type mismatch (argument 1)
}
}
Re: error 035: argument type mismatch (argument 1) -
EditPawn - 16.12.2012
pawn Код:
if(dialogid == TROCARH)
{
if(response == 1) SetWorldTime(strval(inputtext)); //error 035: argument type mismatch (argument 1)
}
Tenta ae
Re: error 035: argument type mismatch (argument 1) -
GoldLion - 16.12.2012
Cara parabens, vc sempre me ajudando em tudo que posto e nao me chamando de noob VLW