Post: Automatically give menu on spawn to players not bots
06-11-2015, 03:17 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I already got the god mode on spawn for players but I want the player to have Co Host already but not the bots because it wont let the bots teleport or freeze if they have the menu also.
(adsbygoogle = window.adsbygoogle || []).push({});
06-11-2015, 04:44 AM #2
Bots are defined by
     is_bot() 

So, all you need to do is:
    
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;
}
}
06-11-2015, 06:34 AM #3
FRINZ
I’m too L33T
lol bots wont be able to open menu dey hv to press up on dpad o l1+r3 o li+o
06-11-2015, 10:21 AM #4
Originally posted by FRlNZ View Post
lol bots wont be able to open menu dey hv to press up on dpad o l1+r3 o li+o


He means that he is giving everyone the "admin" menu, and he set as you can't teleport admin, therefore, he only wants to give "humans" the admin menu.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo