help with 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: help with error (
/showthread.php?tid=449817)
help with error -
Deividasltu - 10.07.2013
how to fix these errors:
error 025: function heading differs from prototype
line :
public OnPlayerEditDynamicObject(playerid,objectid, response, Float

12, Float:y12, Float:z12, Float:rx12, Float:ry12, Float:rz12)
{
Re: help with error -
Misiur - 10.07.2013
pawn Код:
public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)
Argument names must be same as in header files