Array index out of bounds
#1

-- DELETED --
Reply
#2

Try with this.
PHP код:
{
    if(!
IsPlayerConnected(playerid))
    {
//Code
    
}
    else {
//Code
}

Reply
#3

Just do this:
PHP код:
if!IsPlayerConnected()) return // error message
// your code 
Do negative checks instead of posotive checks, I hope you get what I mean.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)