19.12.2010, 16:57
Well it would appear according to your code, that "playerspawned" is a single cell boolean, so you should create it in the global scope.
I'm not sure how else we can help if you're not telling us what you're trying to accomplish.
pawn Код:
new bool:playerspawned;

