oscar-broman / samp-weapon-config

A more consistent and responsive damage system with many new features
Apache License 2.0
93 stars 83 forks source link

some issues #293

Closed Zorono closed 3 weeks ago

Zorono commented 4 weeks ago
weapon-config.inc(398) : warning 201: redefinition of constant/macro (symbol "WEAPON_UNKNOWN")
weapon-config.inc(3672) : error 017: undefined symbol "s_TempDataWritten"
weapon-config.inc(3674) : error 017: undefined symbol "s_LastSyncData"
weapon-config.inc(3674) : error 017: undefined symbol "s_TempSyncData"
weapon-config.inc(3674) : warning 215: expression has no effect
weapon-config.inc(3675) : error 017: undefined symbol "s_TempDataWritten"
weapon-config.inc(3675) : warning 215: expression has no effect
Zorono commented 3 weeks ago

@NexiusTailer

NexiusTailer commented 3 weeks ago

What's the version of standart includes you use? Did you do any changes into the .inc file by yourself? Any details

NexiusTailer commented 3 weeks ago

Upd: found the problem, you most likely used it with SKY plugin instead of Pawn.RakNet. I'll make a PR to fix it, thanks.

Zorono commented 3 weeks ago

Upd: found the problem, you most likely used it with SKY plugin instead of Pawn.RakNet. I'll make a PR to fix it, thanks.

exactly thanks a lot

NexiusTailer commented 3 weeks ago

Merged and fixed, so it can probably be closed