18.05.2014, 06:57
@Also on your first area, Where you want to create the player text draws try adding 'PLAYERID' after the stock exchange
I always use this method, saves time and you know it works every time.
Hopefully this helps you out.
I always use this method, saves time and you know it works every time.
Hopefully this helps you out.
Код:
new Text:ExampleTextdraw[MAX_PLAYERS]; LoadPlayerTextdraws(playerid); forward LoadPlayerTextdraws(playerid); public LoadPlayerTextdraws(playerid) { for(new i = 0; i < MAX_PLAYERS; i++) { ExampleTextdraws[i] = TextDrawCreate etc } }