error 035: argument type mismatch (argument 2) - 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: error 035: argument type mismatch (argument 2) (
/showthread.php?tid=532066)
error 035: argument type mismatch (argument 2) -
LivingLikeYouDo - 16.08.2014
pawn Код:
format(biztype, sizeof(biztype), "Type: ~g~%s", BusinessType(b));
PlayerTextDrawSetString(playerid, BizTD[6], biztype);
Re: error 035: argument type mismatch (argument 2) -
Schocc - 16.08.2014
Use
PlayerTextDrawSetString with
PlayerText: tag.
new PlayerText:BizTD[80];
Re: error 035: argument type mismatch (argument 2) -
LivingLikeYouDo - 16.08.2014
nvm fixed.