Jump to content

CosminAK

Member
  • Posts

    80
  • Joined

  • Last visited

Everything posted by CosminAK

  1. oricum e full erori deaia l-a postat
  2. cum rezolv astea \Gamemode ExpoldGame\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\..\amx\dynamic_call.inc(71) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(534) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(704) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(747) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(765) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\YSI_Coding\..\YSI_Coding\y_malloc/funcs.inc(174) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\sscanf2.inc(305) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\sscanf2.inc(305) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\sscanf2.inc(365) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\sscanf2.inc(365) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\mSelection.inc(698) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\geolocation.inc(61) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\geolocation.inc(70) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\geolocation.inc(81) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\geolocation.inc(123) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\pawno\include\geolocation.inc(304) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(529) : warning 201: redefinition of constant/macro (symbol "DIALOG_LOCATIONSPNSLS") \Gamemode ExpoldGame\gamemodes\GM2.pwn(529) : error 001: expected token: "}", but found "-identifier-" \Gamemode ExpoldGame\gamemodes\GM2.pwn(1142) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(1157) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(1711) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(1723) : warning 219: local variable "range" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(1750) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(1763) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(1768) : warning 219: local variable "range" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2076) : warning 219: local variable "range" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2076) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2100) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2112) : warning 219: local variable "range" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2131) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2134) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2177) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2182) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2451) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2494) : warning 219: local variable "string" shadows a variable at a preceding level \Gamemode ExpoldGame\gamemodes\GM2.pwn(2849) : error 017: undefined symbol "FactionOffer" \Gamemode ExpoldGame\gamemodes\GM2.pwn(2849) : warning 215: expression has no effect \Gamemode ExpoldGame\gamemodes\GM2.pwn(2849) : error 001: expected token: ";", but found "]" \Gamemode ExpoldGame\gamemodes\GM2.pwn(2849) : error 029: invalid expression, assumed zero \Gamemode ExpoldGame\gamemodes\GM2.pwn(2849) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 5 Errors.
  3. mai este postat de 2 ori cu alt nume ????
  4. gm lu cosminak47 se mai poate numi ”big edit” dar nu asta al tau cu cateva culori modificate si un job
  5. ms dar afectau cu ceva acele warninguri ?
  6. primesc aceleasi warning-uri
  7. Salut cum pot rezolva acest warning ? (12940) : warning 208: function with tag result used before definition, forcing reparse (28955) : warning 208: function with tag result used before definition, forcing reparse function Float:DistanceToPlayer(playerid, targetid) // linia 28955 { new Float: Pos[3], Float: distance; GetPlayerPos(targetid, Pos[0], Pos[1], Pos[2]); distance = GetPlayerDistanceFromPoint(playerid, Pos[0], Pos[1], Pos[2]); return distance; } function Float:GetDistanceBetweenPlayers(p1,p2) //linia 12940 { new Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2; if(!IsPlayerConnected(p1) || !IsPlayerConnected(p2)) return -1.00; GetPlayerPos(p1,x1,y1,z1); GetPlayerPos(p2,x2,y2,z2); return floatsqroot(floatpower(floatabs(floatsub(x2,x1)),2)+floatpower(floatabs(floatsub(y2,y1)),2)+floatpower(floatabs(floatsub(z2,z1)),2)); }
×
×
  • Create New...