- 0
Problema compilare
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Versace
Problema intalnita (descriere): Erroare compilare
Ero(area / rile) / warning-(ul / urile):
C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8962) : warning 216: nested comment C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8963) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8965) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8968) : error 021: symbol already defined: "GetPlayerCameraFrontVector" C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8970) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8971) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8974) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8975) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(8978) : error 010: invalid function or declaration C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(45957) : warning 204: symbol is assigned a value that is never used: "String" C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(60692) : warning 203: symbol is never used: "possible_crasher" C:\Users\Florin\Desktop\GREEN.CSWARS.RO By Uzzi25\gamemodes\cswars.pwn(60692) : warning 203: symbol is never used: "vec" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 8 Errors.Liniile de cod / sursa / script-ul(obligatoriu):
//============================================================================== new Keys, ud, lr; GetPlayerKeys(playerid, Keys, ud, lr); if(CheckCrouch[playerid] == 1) { switch(WeaponID[playerid]) { case 23..25, 27, 29..34, 41: { if((Keys & KEY_CROUCH) && !((Keys & KEY_FIRE) || (Keys & KEY_HANDBRAKE)) && GetPlayerSpecialAction(playerid) != SPECIAL_ACTION_DUCK ) { if(Ammo[playerid][GetPlayerWeapon(playerid)] > GetPlayerAmmo(playerid)) { OnPlayerCBug(playerid); } } //else SendClientMessage(playerid, COLOR_RED, "Failed in onplayer update"); } } } if(!ud && !lr) { NotMoving[playerid] = 1; /*OnPlayerKeyStateChange(playerid, Keys, 0);*/ } else { NotMoving[playerid] = 0; /*OnPlayerKeyStateChange(playerid, Keys, 0);*/ } //============================================================================== if (GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) { new Float:vec[3]; GetPlayerCameraFrontVector(playerid, vec[0], vec[1], vec[2]); new bool:possible_crasher = false; for (new i = 0; !possible_crasher && i < sizeof(vec); i++) if (floatabs(vec[i]) > 10.0) possible_crasher = true; if (possible_crasher) return 0; //do not send fake data, prevents crash } //==============================================================================new String[850];Si linia 60692 nu exista
Edited by w1zzanImagini / Video (optional):
Ati incercat sa rezolvati singur?:
"Când viaţa e de căcat, nu o pune pe note, pune-o pe litere. Dacă avem noroc suntem magici, o singură dată. Respirăm intens, şi înconjurăm pământul în câteva secunde. O parte ascunsă, a creierului nostru, ne îndeamnă să facem lucruri, îngrozitoare. În fiecare dintre noi, este izolat un comportament, de psihopat."
2 answers to this question
Recommended Posts