View Single Post
Doggg
Member
Join Date: Jun 2018
Old 07-10-2019 , 19:41   Re: How to get all the player a weapon?
Reply With Quote #8

Quote:
Originally Posted by Whai View Post
I forgot to say you have to put "IsPlayerAlive" with the condition "IsClientInGame"
so like
Code:
if(IsClientInGame(i) && IsPlayerAlive(i))
{
code..
}
Doggg is offline