warnings streamer by incognito - 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:  warnings streamer by incognito (
/showthread.php?tid=310969)
 
warnings streamer by incognito - 
Andr3y9603 -  14.01.2012
I downloaded the streamer by incognito samp.com I put it in Plugins' then I put in pawno include the include and tried to stick an object gives me createdynamicobject and Warnings
Quote:
| C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\pawno\include\stream er.inc(400) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")
 C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\pawno\include\stream er.inc(435) : warning 202: number of arguments does not match definition
 C:\Documents and Settings\alexandra\My Documents\samp03dsvr_R2_win32\pawno\include\stream er.inc(449) : warning 202: number of arguments does not match definition
 Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 Header size: 10616 bytes
 Code size: 1568904 bytes
 Data size: 5462976 bytes
 Stack/heap size: 16384 bytes; estimated max. usage=4123 cells (16492 bytes)
 Total requirements: 7058880 bytes
 
 3 Warnings.
 
 
 | 
 object is 
Quote:
| CreateDynamicObject(5710, -2023.422, 1074.527, 24.567, 180.482, 0.0, -87.663);
 
 
 | 
 
Re: warnings streamer by incognito - 
Mean -  14.01.2012
Number of arguments does not match the definition - exactly what it says. The arguments of "CreateDynamicObject" are:
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
 
Use that. About the redefinition, you have "OnPlayerEnterRaceCheckpoint" defined in your script twice. Delete one of those.
Re: warnings streamer by incognito - 
Andr3y9603 -  14.01.2012
I converted the map on 
http://gtamap.delux-host.com/converter/
Re: warnings streamer by incognito - 
Andr3y9603 -  14.01.2012
know a site better to convert ?
Re: warnings streamer by incognito - 
Andr3y9603 -  14.01.2012
did not go all the way and it says I `ve converted 
www.convertffs.com  object is : 
Quote:
| CreateDynamicObject(5710,-2035.89600000,1092.05500000,21.41400000,0.00000000  ,0.00000000,0.00000000); //
 
 
 |