kikiho Posted May 11, 2009 Share Posted May 11, 2009 Hi there, Its me again, I was making my server till i didnt join another server in the nightly where i saw people (bot) walking HOW? I want too I someone knows pls tell me Link to comment
JohnDoe91286 Posted May 11, 2009 Share Posted May 11, 2009 Hi there, Its me again,I was making my server till i didnt join another server in the nightly where i saw people (bot) walking HOW? I want too I someone knows pls tell me I see a player called "DP2.3" that goes on all the servers. Is that a bot too or just a player. Also I have never seen him use commands when told how to, he has never said anything on chat either. Link to comment
kikiho Posted May 12, 2009 Author Share Posted May 12, 2009 DP2.3 is a Player not a BOT Link to comment
robhol Posted May 12, 2009 Share Posted May 12, 2009 DP2.3 is the default name for... well, DP2.3... Personally, I used to block everybody trying to enter my server with names like "Player" or "DP2.3" simply because otherwise, they'd be used by tons of people at the same time. But, they're not bots, the reason they don't respond is either that they're dumb (I mean, seriously, how freaking hard is it to change your nickname) or can't be assed. Link to comment
kikiho Posted May 12, 2009 Author Share Posted May 12, 2009 OK but can you tell me how to add peds to the server Link to comment
kikiho Posted May 12, 2009 Author Share Posted May 12, 2009 Thanks but how to make them move as civilians Link to comment
kikiho Posted May 14, 2009 Author Share Posted May 14, 2009 I tryed to make 'em walk but no sucses Here is the code function pedLoad ( ) ped1 = createPed ( 56, 1178, -1323, 14.1 ) setPedRotation( ped1, 315 ) setTimer(setPedAnimation, 5000, 1, ped1,"ped","WOMAN_walknorm",-1,true,true,true ) setTimer(setPedRotation, 1000, 1, ped1,"ped", 77 ) end addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) Any ideas Link to comment
Recommended Posts