30.04.2012, 05:25
I doubt anyone will be online when OnGameModeInit is called(And that callback don't use playerid, so where is the errors?)
Try this:
Try this:
Код:
for(new i; i < MAX_PLAYERS; i++) { create3dtext(text[i]); if(show3dtext[i] == 0) { attach3dtexttoplayer(text[i]); } }