03.09.2015, 21:20
At the top i've added :
Under OnPlayerDisconnect :
On the definition of the BOT (Under OnPlayerSpawn), I've added :
That's it.
PHP код:
new Text3D:MickBot[MAX_PLAYERS];
PHP код:
Delete3DTextLabel(MickBot[playerid]);
PHP код:
MarceloBot[playerid] = Create3DTextLabel("Marcelo", COLOR_DARKOLIVEGREEN, 30.0, 40.0, 30.0, 40.0, 0);
Attach3DTextLabelToPlayer(MickBot[playerid], playerid, 0.0, 0.0, 0.3);
