SA-MP Forums Archive
Unable To Fix Error - 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: Unable To Fix Error (/showthread.php?tid=374309)



Unable To Fix Error - Jarnu - 02.09.2012

Код:
E:\samp03e_svr_win32\gamemodes\AVC.pwn(244) : error 035: argument type mismatch (argument 2)
Line:
pawn Код:
if(GetObjectPos(flagob0, 2032.63, 1356.61, 11.83)) {



Re: Unable To Fix Error - XtremeR - 02.09.2012

pawn Код:
if(GetObjectPos(flagob0, 2032.63, 1356.61, 11.83))
{
//do something here
}
this one works fine for me


Re: Unable To Fix Error - Jarnu - 02.09.2012

E:\samp03e_svr_win32\gamemodes\AVC.pwn(244) : error 035: argument type mismatch (argument 2)

not worked


Re: Unable To Fix Error - XtremeR - 02.09.2012

try downloading normal samp 0.3e server and take the includes from there cuz it works 100 % fine for me