Short question.
#7

Thanks both. I'm using your code Donya.
Now how will I do this?

pawn Код:
COMMAND:join(playerid,params[])
{
    new f[80];
    if(sscanf(params,"s[80]",f)) return SendClientMessage(playerid,COLOR_GREY,"USAGE: /join [faction]");
    PlayerInfo[playerid][pFaction] = f;
    return 1;
}
Код:
C:\Users\Bart\Desktop\infinityrp\gamemodes\infinityrp.pwn(459) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
Short question. - by bartje01 - 26.06.2011, 15:57
Re: Short question. - by Vince - 26.06.2011, 16:11
Re: Short question. - by bartje01 - 26.06.2011, 18:41
Re: Short question. - by bartje01 - 26.06.2011, 20:46
Re: Short question. - by iPLEOMAX - 26.06.2011, 20:49
Re: Short question. - by Donya - 26.06.2011, 21:17
Re: Short question. - by bartje01 - 26.06.2011, 21:29
Re: Short question. - by iPLEOMAX - 26.06.2011, 21:34
Re: Short question. - by bartje01 - 26.06.2011, 21:41

Forum Jump:


Users browsing this thread: 2 Guest(s)