KingDDDA21 Posted January 20, 2020 Posted January 20, 2020 C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(10328) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(17051) : warning 202: number of arguments does not match definition C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(17066) : warning 202: number of arguments does not match definition C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(17092) : warning 202: number of arguments does not match definition C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(33782) : error 014: invalid statement; not in switch C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(33782) : warning 215: expression has no effect C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(33782) : error 001: expected token: ";", but found ":" C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(33782) : error 029: invalid expression, assumed zero C:\Users\cristi\Desktop\HPQ123 samp\gamemodes\B-HOOD.pwn(33782) : fatal error 107: too many error messages on one line Compilation aborted. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. 33782 case 3: format(string, sizeof(string), "Adminul %s a adaugat stock %d la Bullet PREMIUM.", GetName(playerid), ServerStock[type]); 33783 case 4: format(string, sizeof(string), "Adminul %s a adaugat stock %d la NRG PREMIUM.", GetName(playerid), ServerStock[type]); 33782 e la fel ca 33783 deci o sa dea eroare si acolo,va rog rezolvati!!!
MihaiT11 Posted January 22, 2020 Posted January 22, 2020 incearca dar nu ar fii asta problema. ceva e incomplet case 3: format(string, sizeof(string), "Adminul %s a adaugat stock %d la Bullet PREMIUM.", GetName(playerid), ServerStock[type]); case 4: format(string, sizeof(string), "Adminul %s a adaugat stock %d la NRG PREMIUM.", GetName(playerid), ServerStock[type]);
ionchyAdv Posted January 23, 2020 Posted January 23, 2020 la linia 10328 este deja definit string asa ca sterge new string, da mi liniile urmatoare: 17051 17066 17092 33782 ca sa te pot ajuta cu restu 1
RobertAdv Posted February 15, 2020 Posted February 15, 2020 T/C - topic inactiv DISCORD: RobertAdv#1337 STEAM: https://steamcommunity.com/id/robertunique/
Recommended Posts