is_bot()
onplayerspawned()
{
if(!(self is_bot())
{
// link here whatever you want for non-bot players only.
}
else // if you want to add stuff to bot only
{
// put here whatever you want to make bots do, if you don't want them to do anything just scratch the else and this right here;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.