Hopefully someone can help with a problem ?
#1

Код:
new gGangZone[255];
new gGangZoneCount;

stock AddGangZone(Float:min_x, Float:min_y, Float:max_x, Float:max_y) {
  gGangZoneCount++;
  gGangZone[gGangZoneCount] = GangZoneCreate(min_x, min_y, max_x, max_y);
}
This is near the top of my script,when i change AddGangZone throughout my script to Zone_Add for it to work with YSI i get the error
Код:
error 021: symbol already defined: "Zone_Add"
Becuase it is built into the #include <YSI> but i need the
Код:
new gGangZone[255];
new gGangZoneCount;

stock AddGangZone(Float:min_x, Float:min_y, Float:max_x, Float:max_y) {
  gGangZoneCount++;
  gGangZone[gGangZoneCount] = GangZoneCreate(min_x, min_y, max_x, max_y);
}
for my script to work,any idea on how to get around thus?
Reply
#2

Ask in YSI topic.
Reply
#3

Quote:
Originally Posted by Don Correlli
Ask in YSI topic.
Why the flying fuck would you even reply ,fuck the ysi topic ive asked 2 fucking questions in there a few weeks ago and nobody ever fucking goes in there so next time keep out of my topic unles you can ehlp for fuck sakes
Reply
#4

You sure know how to flame, i wonder how old are you anyway?
You don't get answer in YSI topic? Well, don't expect it here if you can't get it there.
Reply
#5

It was anger not a flame,if you did notice i did not call you any names or attack you in anyway. I just swore alot but the reason is people always say ask in the "*" but maybe we have tried that but if you think about it the "godfather" or "YSI" topics are where people go to get the mode/script so why would someone with knowledge of the subject and that already has it click filterscript/ysi ?
Reply
#6

Quote:
Originally Posted by Mr_FinnigaN
It was anger not a flame,if you did notice i did not call you any names or attack you in anyway. I just swore alot but the reason is people always say ask in the "*" but maybe we have tried that but if you think about it the "godfather" or "YSI" topics are where people go to get the mode/script so why would someone with knowledge of the subject and that already has it click filterscript/ysi ?
Because we didn't write YSI. You are asking us to not only solve your problem, but also have the knowledge that comes with engineering the solution you are working with. We didn't write YSI, therefore we can't describe the intricacies of the system to you. ****** can because he wrote it, he also is the one that checks that topic. So that is why you post in his topic.

Anger will not go far at all with people that are VOLUNTEERING their time to help you. I am a professional software developer with twelve other projects on my plate. I can find time to come post on the forums to help others, but it is a thankless job. You are not encouraging any of us to keep working.

Keep out of all topics unless you can be respectful ("for fuck sakes").
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)