7
« le: 03 Avril 2011, 18:58:51 »
Bonjour,
Je vous donne mes beugs que je n'arrivent pas a corriger :
-----Premier Beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Your Life\pawno\include\streamer.inc(261) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")---La ligne de beug :
#define OnGameModeInit Streamer_OnGameModeInit
-----Deuxième Beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Your Life\pawno\include\streamer.inc(283) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")---La ligne de beug :
#define OnPlayerConnect Streamer_OnPlayerConnect
-----Troisième beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Your Life\pawno\include\streamer.inc(305) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")---La ligne de beug :
#define OnPlayerDisconnect Streamer_OnPlayerDisconnect
-----Quatrième beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Your Life\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "lights" shadows a variable at a preceding level---La ligne de beug :
new panels, doors, lights, tires;
-----Cinquième beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Your Life\pawno\include\gveh.inc(11) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYER_VEHICLES")---La ligne de beug :
#define MAX_PLAYER_VEHICLES 4 //Nombre de vehicules par joueur
-----Sixième beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Your Life\pawno\include\gveh.inc(12) : warning 201: redefinition of constant/macro (symbol "PRIX_ESSENCE")---La ligne de beug :
#define PRIX_ESSENCE 2 //Prix du litre d'essence
-----Septième Beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Game Modes\gamemodes\miamirp.pwn(18062) : warning 219: local variable "lights" shadows a variable at a preceding level---La ligne de beug :
new engine, lights, alarm, doors, bonnet, boot, objective;
-----Huitième beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Game Modes\gamemodes\miamirp.pwn(49593) : error 021: symbol already defined: "strtok"---La ligne de beug :
{
-----Neuvième beug :
C:\Users\Jérémy\Desktop\Fichier\SP GTA\Game Modes\gamemodes\miamirp.pwn(49607) : error 047: array sizes do not match, or destination array is too small---La ligne de beug :
return result;