(30009) : error 025: function heading differs from prototype (30010) : error 021: symbol already defined: "DistanceCameraTargetToLocation" (30024) : warning 213: tag mismatch (30027) : error 025: function heading differs from prototype (30028) : error 021: symbol already defined: "IsPlayerAimingAt" (38387) : error 017: undefined symbol "mysql_retrieve_row" (39767) : error 025: function heading differs from prototype
((LINE 30009)) stock DistanceCameraTargetToLocation(Float:CamX, Float:CamY, Float:CamZ, Float:ObjX, Float:ObjY, Float:ObjZ, Float:FrX, Float:FrY, Float:FrZ) ((LINE 30010)) { ((LINE 30024)) return 0; ((LINE 30027)) stock IsPlayerAimingAt(playerid, Float:x, Float:y, Float:z, Float:radius) ((LINE 30028)) { ((LINE 38387)) mysql_retrieve_row(); ((LINE 39767)) public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
Can you please help me whit some errors if u got some free time... Please?
Код:
(30009) : error 025: function heading differs from prototype (30010) : error 021: symbol already defined: "DistanceCameraTargetToLocation" (30024) : warning 213: tag mismatch (30027) : error 025: function heading differs from prototype (30028) : error 021: symbol already defined: "IsPlayerAimingAt" (38387) : error 017: undefined symbol "mysql_retrieve_row" (39767) : error 025: function heading differs from prototype Код:
((LINE 30009)) stock DistanceCameraTargetToLocation(Float:CamX, Float:CamY, Float:CamZ, Float:ObjX, Float:ObjY, Float:ObjZ, Float:FrX, Float:FrY, Float:FrZ) ((LINE 30010)) { ((LINE 30024)) return 0; ((LINE 30027)) stock IsPlayerAimingAt(playerid, Float:x, Float:y, Float:z, Float:radius) ((LINE 30028)) { ((LINE 38387)) mysql_retrieve_row(); ((LINE 39767)) public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost) I've also seen that in my a_mysql.inc there is no "mysql_retrieve_row" in it. |
DistanceCameraTargetToLocation OnPlayerShootPlayer |
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
mysql_retrieve_row |