Please Help me :"( Im Newbie - 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: Please Help me :"( Im Newbie (
/showthread.php?tid=541502)
Please Help me :"( Im Newbie -
krasjahn1023 - 12.10.2014
error 021: symbol already defined: "CreateObject"
[/IMG]
Re: Please Help me :"( Im Newbie -
Kyance - 12.10.2014
Is it in a callback? (OnGameModeInit ...?)
Re: Please Help me :"( Im Newbie -
Dampyr - 12.10.2014
You must put Object in callback OnGameModeInit if the script is a Gamemode, if the script is a filterscript put it in OnFilterScriptInit
Re: Please Help me :"( Im Newbie -
Team_PRO - 12.10.2014
i recommend you to use "CreateDynamicObject" because "CreateObject" supports only up to 1000 Object if you exceed to 1000 other object won't appear.
Quote:
Originally Posted by Kyance
Is it in a callback? (OnGameModeInit ...?)
|