If you use fakebots to farm cash or stats, you devalue the entire server's economy. Admins will eventually roll back your progress or delete your real account. Nothing hurts more than losing a 2-year-old legit account because you left a bot running overnight.
If you are a server owner desperate for players, do not use fakebots. Players will leave as soon as they realize the "busy" server is a ghost town. Instead, try: fakebots samp
new FakeBotCount = 0; new bool:FakeBot[MAX_PLAYERS];stock AddFakeBot(const name[], worldid = 0, interiorid = 0) new botid = GetFreeFakeBotID(); if(botid == INVALID_PLAYER_ID) return -1; If you use fakebots to farm cash or
FakeBot[botid] = true; SetPlayerName(botid, name); SetPlayerVirtualWorld(botid, worldid); SetPlayerInterior(botid, interiorid); // Fake spawn FakeBotCount++; return botid;