argument type mismatch - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: argument type mismatch (
/showthread.php?tid=580871)
argument type mismatch -
JoshNudock - 08.07.2015
Can anyone help me? I was two hours making this code and I can not remove the errors do not know what you hear, please someone help me?
Код:
C:\Users\2\Desktop\gamemode\gamemodes\2.pwn(1923) : error 035: argument type mismatch (argument 3)
PHP код:
MensagemAcao(playerid, 1, "Vehicle engine started"); //error << 035
Re: argument type mismatch -
Vince - 08.07.2015
Код:
MensagemAcao(playerid, acao, text[])
Re: argument type mismatch -
kyriakos587 - 08.07.2015
You need to set from text) to text[])
Re: argument type mismatch -
KingServerIRAN - 09.07.2015
Please set from text[]) instead of text)
Re: argument type mismatch -
Roberto80 - 09.07.2015
Ah so vince answered then kyriakos and kingserveriran copied,that nice