String array
#3

where? in the format? cause im testing this in a simple cmd
pawn Код:
CMD:string(playerid, params[])
{
        new string[2][128];
        format(string[1], sizeof(string[1]), "penis");
        format(string[2], sizeof(string[2]), "llol");
        return 1;
}
Reply


Messages In This Thread
String array - by thefatshizms - 01.10.2012, 18:48
Re: String array - by Red_Dragon. - 01.10.2012, 18:53
Re: String array - by thefatshizms - 01.10.2012, 19:06
Re: String array - by Vince - 01.10.2012, 19:10
Re: String array - by Red_Dragon. - 01.10.2012, 19:15
Re: String array - by thefatshizms - 01.10.2012, 20:28

Forum Jump:


Users browsing this thread: 1 Guest(s)