Need help with a FilterScript - Drop Gun on floor. - 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)
+--- Thread: Need help with a FilterScript - Drop Gun on floor. (
/showthread.php?tid=536224)
Need help with a FilterScript - Drop Gun on floor. -
IamPRO - 08.09.2014
Hello everyone i am using this FS
https://sampforum.blast.hk/showthread.php?tid=217076.
And i am having a bug that I can't pick the weapon, I read the whole thread and nothing there can help me.
This is my modified /pickupgun.
Please help me, thanks.
Re: Need help with a FilterScript - Drop Gun on floor. -
IamPRO - 09.09.2014
Please anyone help me!!
Re: Need help with a FilterScript - Drop Gun on floor. -
iFarbod - 09.09.2014
Quote:
pawn Код:
if(GetPlayerVirtualWorld(playerid) == DropInfo[i][DropGunVWorld] && GetPlayerInterior(playerid) == DropInfo[i][DropGunVWorld])
|
This. You should know what i mean.
Re: Need help with a FilterScript - Drop Gun on floor. -
IamPRO - 09.09.2014
Quote:
Originally Posted by iFarbod
This. You should know what i mean.
|
I didn't get it. Please explain more.
Re: Need help with a FilterScript - Drop Gun on floor. -
IamPRO - 09.09.2014
BUMP!! Anyone please?
Re: Need help with a FilterScript - Drop Gun on floor. -
Cannary2048 - 09.09.2014
It should be DropGunInterior not DropGunVWorld on GetPlayerInterior(playerid)
Re: Need help with a FilterScript - Drop Gun on floor. -
IamPRO - 09.09.2014
Quote:
Originally Posted by Cannary2048
It should be DropGunInterior not DropGunVWorld on GetPlayerInterior(playerid)
|
oh! That works, Thank you.
@iFarbod: Thanks.