Interior (random) pickups - 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: Interior (random) pickups (
/showthread.php?tid=74033)
Interior (random) pickups -
MPKaboose - 19.04.2009
Hi there are some random pickups in some interiors and i want to ask how can I remove them?
Thanks,
ArcticFox
Re: Interior (random) pickups -
HydraX - 19.04.2009
pawn Code:
public OnGameModeInit()
{
DisableInteriorEnterExits();
///your other stuff here
return 1;
}
i think
Re: Interior (random) pickups -
MPKaboose - 19.04.2009
sorry not the yellow enter/exit thing the money/weapon pickups in the house
Re: Interior (random) pickups -
Francis[French] - 19.04.2009
Quote:
Originally Posted by ArcticFox
sorry not the yellow enter/exit thing the money/weapon pickups in the house
|
Hi there,
They are not synced, that means that if an user picks up a Colt 45, and tries to kill someone with it, the other player won't die as he wouldn't see the user shooting.
Have fun scripting.
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com
Re: Interior (random) pickups -
MPKaboose - 19.04.2009
Quote:
Originally Posted by [SAP
Francis ]
Quote:
Originally Posted by ArcticFox
sorry not the yellow enter/exit thing the money/weapon pickups in the house
|
Hi there,
They are not synced, that means that if an user picks up a Colt 45, and tries to kill someone with it, the other player won't die as he wouldn't see the user shooting.
Have fun scripting.
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com
|
The problem is when the player picks up money my anti-money hack kicks them :S so any chance of removing them
Re: Interior (random) pickups -
Francis[French] - 19.04.2009
Quote:
Originally Posted by ArcticFox
Quote:
Originally Posted by [SAP
Francis ]
Quote:
Originally Posted by ArcticFox
sorry not the yellow enter/exit thing the money/weapon pickups in the house
|
Hi there,
They are not synced, that means that if an user picks up a Colt 45, and tries to kill someone with it, the other player won't die as he wouldn't see the user shooting.
Have fun scripting.
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com
|
The problem is when the player picks up money my anti-money hack kicks them :S so any chance of removing them
|
Hi there,
There is no way to remove them, you could place objects on each place they could spawn, but you'd lose your time and it would be ugly. :P
Have fun scripting.
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com
Re: Interior (random) pickups -
MPKaboose - 19.04.2009
Ok thanks for the replay
Re: Interior (random) pickups -
Francis[French] - 19.04.2009
Quote:
Originally Posted by ArcticFox
Ok thanks for the replay
|
Hi there,
No problem, don't hesitate to post again.
Have fun scripting.
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com