Posts: 227
Threads: 47
Joined: Apr 2012
what is this? :S
../gamemodes/OnGameMode.pwn(11591) : warning 204: symbol is assigned a value that is never used: "amount"
amount = CountDynamicObjects();
Posts: 371
Threads: 5
Joined: Oct 2007
Reputation:
0
You don't understand ? value that is never used?
You should use it. For example: printf("%d",amount);
Posts: 227
Threads: 47
Joined: Apr 2012
can i have a line of that?
Posts: 227
Threads: 47
Joined: Apr 2012
Posts: 371
Threads: 5
Joined: Oct 2007
Reputation:
0
What line? Its just warning. You saved CountDynamicObjects(); in amount, but you aren't using it. Delete this line or use it somewhere.
Posts: 227
Threads: 47
Joined: Apr 2012
when i remove the line and compile it just crash
Posts: 227
Threads: 47
Joined: Apr 2012
or written Pawno has stopped working
Posts: 227
Threads: 47
Joined: Apr 2012
no need anymore i fixed it