11.06.2010, 15:20
Ok so i created 2 bots and i need to know if i can Create3dtextlabel on him! if you know please tell me how
And does bots will lag the server?
And does bots will lag the server?
Originally Posted by matthewdriftking
Ok so i created 2 bots and i need to know if i can Create3dtextlabel on him! if you know please tell me how
|
new Text3D:Botinfo;
//Under OnGamemodeinit
Botinfo = Create3DTextLabel("I'm a bot :)",COLOR,0.0,0.0,0.0,30.0,0);
//When your bot spawns
Attach3DTextLabelToPlayer(Botinfo, playerid, 0.0, 0.0, 0.0);
Originally Posted by matthewdriftking
And does bots will lag the server?
|