I've made some features that can be used on all players and I tried to make a exclude for the local player but it's not working.
Any ideas why?
for (Player p = 0; p < 32; p++)
{
if(p != PLAYER::PLAYER_PED_ID())
"code"
}
Any ideas why?
for (Player p = 0; p < 32; p++)
{
if(p != PLAYER::PLAYER_PED_ID())
"code"
}