Problem with my script - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with my script (
/showthread.php?tid=253099)
Problem with my script -
BizzyD - 04.05.2011
Hello, I got some problems with my script. People cant attack eachother with fist for some reason. Weapons work fine, But not with fist. They dont loose any health. How do i fix this
Regards, Alex
Re: Problem with my script -
GangsTa_ - 04.05.2011
Maybe you have anti DM? Or maybe they just lag.. Did you test it well?
Re: Problem with my script -
BizzyD - 04.05.2011
Yea, We tested it on lan
Re: Problem with my script -
Ozz - 04.05.2011
pawn Код:
for(new i; > MAX_PLAYER; i++)
{
UnfreezeInAll(i);
}
this will fixed definetlys.
Re: Problem with my script -
BizzyD - 04.05.2011
Where should i put that
Re: Problem with my script -
Ozz - 04.05.2011
in OnGameModeInit.
Re: Problem with my script -
BizzyD - 04.05.2011
But it is just a unfreeze thing
Re: Problem with my script -
Ozz - 04.05.2011
yes pal, it will fixet.
Re: Problem with my script -
BizzyD - 04.05.2011
Uh, Its not even a real function
Re: Problem with my script -
Ozz - 04.05.2011
you must put in righte place, mate. gamemodeinnit. you will put here and shall worked. you muste to do this

.
amateur :P
Re: Problem with my script -
BizzyD - 04.05.2011
Uh, i tried it. And it dont work at all, Infact it gives me errors ^^
Код:
(117) : error 029: invalid expression, assumed zero
warning 215: expression has no effect
117) : error 001: expected token: ")", but found ";"
(117) : error 036: empty statement
(117) : fatal error 107: too many error messages on one line
And i searched for it on samp wiki, No results
Re: Problem with my script -
admantis - 04.05.2011
If your map is located outside the San Andreas main map, like a very far island, it's infact a GTA: San Andreas bug which can't be fixed server-side. This also applies to sniper rifles.
Re: Problem with my script -
BizzyD - 05.05.2011
lol weird :S Then people cant fight with eachother. But i will figure something out.