CreateDynamicCP 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: CreateDynamicCP Error (
/showthread.php?tid=537498)
CreateDynamicCP Error -
FisherMan - 15.09.2014
Hello, Every One
i Have Smail Problems From
i Have Streamer.inc And Plugin v2.7.4 and i Write it in Top GameMods
i Get This Error
Quote:
error 021: symbol already defined: "CreateDynamicCP"
|
this Createdynamiccp
PHP код:
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
i Want Fix This Problems To Esey Making Store
Thanks, Guys
Re: CreateDynamicCP Error -
Scrillex - 15.09.2014
error 021: symbol already defined: "CreateDynamicCP"
Just use delete native.... It's already defined.
Re: CreateDynamicCP Error -
FisherMan - 15.09.2014
Quote:
Originally Posted by Scrillex
error 021: symbol already defined: "CreateDynamicCP"
Just use delete native.... It's already defined.
|
see

i delete native
Quote:
error 021: symbol already defined: "CreateDynamicCP"
|
see
PHP код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
after i make now #define CreateDynamicCP
i Get Error
Quote:
invalid function or declaration
|
Re: CreateDynamicCP Error -
Eth - 15.09.2014
don't do #define CreateDynamicCP dude...
Just delete the native CreateDynamiCP(blaalalalalalalalalalla);
Re: CreateDynamicCP Error -
FisherMan - 15.09.2014
Quote:
Originally Posted by Eth
don't do #define CreateDynamicCP dude...
Just delete the native CreateDynamiCP(blaalalalalalalalalalla);
|
i delete it its only there
PHP код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
i have error Back
Quote:
error 021: symbol already defined: "CreateDynamicCP"
|
what u mean
(blaalalalalalalalalalla);