26.02.2014, 17:34
ok i fixed the error 033 and error 35.
any ideas n error 008 ]
heres what ai did to fix last two errors
any ideas n error 008 ]
heres what ai did to fix last two errors
Код:
new result[128]; new number[MAX_PLAYERS] = playerid; // at this part im trying to get the playerid , so doing this since playerid is a variable it should print the id correctly???? format(result,sizeof(result), "%i.",number); new Text3D:PlayerLabel[MAX_PLAYERS]; PlayerLabel[playerid] = Create3DTextLabel(result, 0xFFFFFFAA, 10.0, 20.0, 40.0, 20.0, 0); Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 0.7);