SA-MP Forums Archive
help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help (/showthread.php?tid=633324)



help - AndreaSanchez - 29.04.2017

hello

PHP код:
C:\Users\Sanchez2\Desktop\LSRP\pawno\include\NewGeneration\modules\admin.pwn(1461) : error 017undefined symbol "InvPlayer"
C:\Users\Sanchez2\Desktop\LSRP\pawno\include\NewGeneration\modules\admin.pwn(1461) : warning 215expression has no effect
C
:\Users\Sanchez2\Desktop\LSRP\pawno\include\NewGeneration\modules\admin.pwn(1461) : error 001expected token";"but found "]"
C:\Users\Sanchez2\Desktop\LSRP\pawno\include\NewGeneration\modules\admin.pwn(1461) : error 029invalid expressionassumed zero
C
:\Users\Sanchez2\Desktop\LSRP\pawno\include\NewGeneration\modules\admin.pwn(1461) : fatal error 107too many error messages on one line 
PHP код:
        case 15 : {
            if(
param[1] == 1) return SendClientMessage(playeridCOLOR_WHITE"* Запрещенный предмет!");
            new 
new_itemID = -1;
            for(new 
015i++) {
                if(
InvPlayer[user][i][item_id] == 0) - this error.
                    
new_itemID i;
            }
            if(
new_itemID == -1) return SendClientMessage(playeridCOLOR_WHITE"* У игрока нет свободного слота!");
            new 
query[OUTPUT];
            
mysql_format(mysqla_stringsizeof a_string"INSERT INTO invertory (`storage_type`, `storage_type_id`, `item_type`, `quantity`, `created_by`, `created_time`) VALUES ('%d', '%d', '%d', '1', '%d', '%d')"
                
ITEM_STORAGE_TYPE_INVPlayerInfo[user][p_id], param[1], PlayerInfo[playerid][p_id], gettime());  
            
mysql_tquery(mysqlquery"""");
            
format(a_stringsizeof a_string"* %s выдал '%s' %s!"PlayerInfo[playerid][p_name], Items[param[1]][i_name], PlayerInfo[user][p_name]);
        } 



Re: help - coool - 29.04.2017

Error is self explaining you have not declared any variable name " InvPlayer "