warnings streamer by incognito
#1

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);

Reply
#2

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.
Reply
#3

I converted the map on http://gtamap.delux-host.com/converter/
Reply
#4

know a site better to convert ?
Reply
#5

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); //

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)