[Ajuda] Undefined symbol IDX no X_NR ... - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Undefined symbol IDX no X_NR ... (
/showthread.php?tid=460096)
Undefined symbol IDX no X_NR ... -
Duduloch - 26.08.2013
Por que estб dando undefined symbol idx?
PHP код:
if (strcmp("/venderpeixes", cmdtext, true,13) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 263.7431,2895.5515,10.5314))
{
new x_nr[32];
x_nr = strtok(cmdtext, idx);
if(!strlen(x_nr))
{
SendClientMessage(playerid, -1, "/VenderPeixe [Slot 1-5]");
return 1;
}
Re: Undefined symbol IDX no X_NR ... -
Duduloch - 26.08.2013
tem mais code para baixo, por isso as chaves nao estao fechadas
Re: Undefined symbol IDX no X_NR ... -
PT - 26.08.2013