Need help
#1

Im trying to make it so if

playerid = 12 return nothing
else
.....
how do it do it?
i have a bot, and it stands still and every 5 minutes it says ... went afk, i wanna make it so if its the bot's id number it won't say that
Reply
#2

Use
Код:
if(IsPlayerNPC(playerid)) // bot
{
...
}else{
...
}
Reply
#3

Thanks, i tried doing it like that
but wouldnt it mean when a bot goes afk means no one can go afk after that?
its not working
Reply
#4

A problem in your afk script I would say. Post it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)