Posts: 99
Threads: 8
Joined: Mar 2009
Reputation:
0
Well that tells us nothing, paste some of the code so we can help you.
Posts: 158
Threads: 5
Joined: Oct 2008
Reputation:
0
It's exactly what it says - you've defined strtok in your script, but never used it.
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
Remove strtok and you won't get this warning, or just use it instead of removing it.
Posts: 483
Threads: 5
Joined: May 2006
Reputation:
0
Remove strtok from the script.
In the future, if you ever wanna make commands like /givecash [playerid], use dcmd with sscanf instead of strtok.
Posts: 702
Threads: 6
Joined: May 2007
Reputation:
0
1) Remove strtok
2) Make strtok a stock function
3) Use #pragma unused strtok