08.07.2011, 13:09
You were using Variables / Definitions that are not defined.
By looking at your code, I think that this tutorial will help: https://sampwiki.blast.hk/wiki/PAWN_tutorial
Also, you must put the commands under OnPlayerCommandText.
Edit:
Looks like you are trying to create a gamemode. If that is the case, do NOT do it on this way. You must use OnGameModeInit, not OnFilterscriptInit.
By looking at your code, I think that this tutorial will help: https://sampwiki.blast.hk/wiki/PAWN_tutorial
Also, you must put the commands under OnPlayerCommandText.
Edit:
Looks like you are trying to create a gamemode. If that is the case, do NOT do it on this way. You must use OnGameModeInit, not OnFilterscriptInit.