Posts: 48
Threads: 6
Joined: May 2011
Reputation:
0
I have some problems. In script, are the commands, but in game says "Unknown Command". All the commands are like that. And, i added a lot of object whit MTA, but don't save all of them. How i do to save all? Sorry for my bad english.
Posts: 627
Threads: 93
Joined: Mar 2009
Reputation:
0
Show the commands and be more clearly.
Posts: 48
Threads: 6
Joined: May 2011
Reputation:
0
At all the commands say "Unknown Command".
Posts: 48
Threads: 6
Joined: May 2011
Reputation:
0
1. At every command is return 1.
2. Where i can find it, and how it works?
Edit : First problem I fixed, now, where i find Streamer?
Posts: 627
Threads: 93
Joined: Mar 2009
Reputation:
0
1. Do you have return 0; at the end of OnPlayerCommandText?
2. Use search button
Posts: 48
Threads: 6
Joined: May 2011
Reputation:
0
I download the Streamer. I added object whit CreateObject, and don't save all of them.
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
For Incognito's streamer, you need to change your objects to CreateDynamicObject.
Click the little replace button, close to compile button and replace all your CreateObject codes to CreateDynamicObject.