SA-MP Forums Archive
error 035: argument type mismatch (argument 3) - 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 3) (/showthread.php?tid=553665)



error 035: argument type mismatch (argument 3) - Cr3dO - 30.12.2014

PHP код:
SetObjectMaterial(tmpobjid0"Sala za sastanke"80"Ariel"301, -100); 
help mee please


Re: error 035: argument type mismatch (argument 3) - Boot - 30.12.2014

Read:

https://sampwiki.blast.hk/wiki/SetObjectMaterial

The third paramter is the Model ID.


Re: error 035: argument type mismatch (argument 3) - Sledgehammer - 30.12.2014

pawn Код:
SetObjectMaterial(objectid, materialindex, modelid, txdname[], texturename[], materialcolor);



Re: error 035: argument type mismatch (argument 3) - Cr3dO - 30.12.2014

thanks man