C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(12723) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(14374) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(14466) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(14549) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(38487) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(38774) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(38828) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(38965) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(38998) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39063) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39671) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39681) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39793) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39813) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39820) : error 047: array sizes do not match, or destination array is too small C:\Documents and Settings\Administrateur\Bureau\preparation 03\sarp.pwn(39881) : error 047: array sizes do not match, or destination array is too small
if(strcmp(cmd,"/unban",true)==0) { if (PlayerInfo[playerid][pAdmin] < 4) { SendClientMessage(playerid, COLOR_GREY, "You are not authorized to unban"); return 1; } new unbanname[64]; unbanname = strtok(cmdtext,idx); <==== /*here*/ if(!strlen(unbanname)) { SendClientMessage(playerid,COLOR_GRAD1,"USAGE: /unban [fullName]"); return 1; } //new sql[256]; format(sql, sizeof(sql), "SELECT id FROM players WHERE Name='%s'", unbanname); printf("%s", sql); samp_mysql_query(sql); //if (DEBUG) SQLLog(sql); samp_mysql_store_result();
if(strcmp(cmd, "/famput", true) == 0) { new fam = PlayerInfo[playerid][pFMember]; GetPlayerName(playerid, playername, sizeof(playername)); if (fam >= MAX_FAMILY) { SendClientMessage(playerid, COLOR_GREY, "You are not in the family!"); return 1; } if (!PlayerToPoint(2.0, playerid, FamilyInfo[fam][FamilyExt][0], FamilyInfo[fam][FamilyExt][1], FamilyInfo[fam][FamilyExt][2])) { SendClientMessage(playerid, COLOR_GREY, "You are not at your family turf"); return 1; } new subcmd[MAX_PLAYER_NAME]; subcmd = strtok(cmdtext,idx); <==== /*here*/ if (!strlen(subcmd)) { SendClientMessage(playerid, COLOR_GREY, "USAGE: /famput [money|mats|drugs] [amount]"); return 1; } tmp = strtok(cmdtext,idx);
new subcmd[MAX_PLAYER_NAME]; subcmd = strtok(cmdtext,idx); |
new subcmd[128];
subcmd = strtok(cmdtext,idx);
new
string1[ 256 ],
string2[ 128 ];
string2 = string1; //this would be strtok
new
string1[ 128 ],
string2[ 128 ];
string2 = string1; //this would be strtok
Originally Posted by rootman
it s good very thanks ^^
ps: i need a robbank systheme where i can find it very thanks for your help ^^ |