Thread: Bot didn't move
View Single Post
Author Message
vamvam
Junior Member
Join Date: Jan 2016
Old 11-18-2017 , 14:38   Bot didn't move
Reply With Quote #1

Hello guys,

can anyone tell me why my bots cannot move? I spawned it with this code:

new float:spawn[] = { 1339.56, 7013.35, 4320.03};
int ent = CreateFakeClient("test");
ChangeClientTeam(ent, 2);
CS_RespawnPlayer(ent);
TeleportEntity(ent, spawn, NULL_VECTOR, NULL_VECTOR);
vamvam is offline