Argument Type Mismatch
#2

pawn Код:
new sendername[MAX_PLAYER_NAME];
for(new i = 0; i < MAX_PLAYERS; i++)
{
     GetPlayerName(i, sendername, sizeof(sendername));
     if(strcmp(sendername, "ALLSAINTS_Taxi_Service", true) == 0)
     {
          Kick(i);
     }
}
Reply


Messages In This Thread
Argument Type Mismatch - by lewismichaelbbc - 14.08.2013, 10:15
Re: Argument Type Mismatch - by Dragonsaurus - 14.08.2013, 10:28
Re: Argument Type Mismatch - by lewismichaelbbc - 14.08.2013, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)