SA-MP Forums Archive
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=654332)



argument type mismatch - hasantemur - 26.05.2018

Код:
C:\Users\BlaBla\Desktop\BlaBla\gamemodes\BlaBla.pwn(44319) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
1 Error.
SendClientMessage (playerid, 5624, DIALOG_STYLE_MSGBOX, "Genel Yardım Komutları", genel2, "Kapat", "");


Re: argument type mismatch - UFF - 26.05.2018

Код:
ShowPlayerDialog(playerid, 5624, DIALOG_STYLE_MSGBOX, "Genel Yardım Komutları", genel2, "Kapat", " ");



Re: argument type mismatch - hasantemur - 26.05.2018

Quote:
Originally Posted by UFF
Посмотреть сообщение
Код:
ShowPlayerDialog(playerid, 5624, DIALOG_STYLE_MSGBOX, "Genel Yardım Komutları", genel2, "Kapat", " ");
God bless you