help with these errors
#3

I did it

pawn Код:
new tcp[MAX_PLAYERS][32];
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        new name[MAX_PLAYER_NAME];
        GetPlayerName(i,name,sizeof(name));
        if(strcmp(name,tcp[playerid],true)==0)//tcp has a players name stored
        {
            strmid(leader[i],inputtext,false,strlen(inputtext),128);
            break;
        }
    }
I hope that i have helped
Reply


Messages In This Thread
help with these errors - by THE_KNOWN - 08.03.2011, 13:57
Re: help with these errors - by Sascha - 08.03.2011, 14:03
Re: help with these errors - by rjjj - 08.03.2011, 14:04
Re: help with these errors - by THE_KNOWN - 08.03.2011, 14:23
Re: help with these errors - by THE_KNOWN - 08.03.2011, 14:27
Re: help with these errors - by Sasino97 - 08.03.2011, 14:32
Re: help with these errors - by THE_KNOWN - 08.03.2011, 14:35
Re: help with these errors - by Sasino97 - 08.03.2011, 14:37
Re: help with these errors - by THE_KNOWN - 08.03.2011, 14:42
Re: help with these errors - by Sascha - 08.03.2011, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)