10.11.2011, 07:51
This code makes no sense:
new strings[15];
TextDrawSetString(players, strings);
TextDrawShowForPlayer(playerid, players);
You should remove it. It's an empty string.
Try commenting out all of your OnPlayerRequestClass code, and just use campos, camlookat and SetPlayerPos; if it works it's a problem with the conditions.
new strings[15];
TextDrawSetString(players, strings);
TextDrawShowForPlayer(playerid, players);
You should remove it. It's an empty string.
Try commenting out all of your OnPlayerRequestClass code, and just use campos, camlookat and SetPlayerPos; if it works it's a problem with the conditions.