16.08.2011, 00:56
Hello!
I'm using Vortex Roleplay 2 script, i have connected mysql database and all, but when i try to compile the script i get these errors.
I'm using Vortex Roleplay 2 script, i have connected mysql database and all, but when i try to compile the script i get these errors.
.:Errors:.
.:Error Lines:.
Код:
C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\SA-MP\gamemodes\vx-rp.pwn(860) : error 025: function heading differs from prototype C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\SA-MP\gamemodes\vx-rp.pwn(7484) : error 025: function heading differs from prototype C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\SA-MP\gamemodes\vx-rp.pwn(7484) : error 021: symbol already defined: "IsPlayerAimingAtPlayer" C:\Documents and Settings\Microsoft.KODUARVU-6442CC\Desktop\SA-MP\gamemodes\vx-rp.pwn(9332) : error 017: undefined symbol "Get2DPosZone"
Код:
Line 860 - public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost) { Line 7484 - stock IsPlayerAimingAtPlayer(playerid, aimid) { Line 9332 - Get2DPosZone(spikeVariables[i][sPos][0], spikeVariables[i][sPos][1], sZone, MAX_ZONE_NAME); // Edited a_zones function (GET INCLUDE FROM SVN!!1)