error 029: invalid expression, assumed zero stumped please help.
#1

Alright im coding and I keep getting the error on the else Can anyone please enlighten my day?

Код:
        else
       	{
            format(string,sizeof(string),"%s have been kicked from the server: reason: %s",GetPlayerName(id,name,sizeof(name)),reason); //this will format the kick message that is being sent to all player connected
            SendClientMessage(COLOR_RED,0);
            Kick(id);//kicks the player
			return 1;
        }
Reply
#2

Oh nvm I fixed it just had to remove the else cause it wasnt doing anything.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)