19.04.2009, 13:26
Hi there are some random pickups in some interiors and i want to ask how can I remove them?
Thanks,
ArcticFox
Thanks,
ArcticFox
public OnGameModeInit()
{
DisableInteriorEnterExits();
///your other stuff here
return 1;
}
Originally Posted by ArcticFox
sorry not the yellow enter/exit thing the money/weapon pickups in the house
|
Originally Posted by [SAP
Francis ]
Quote:
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 |
Originally Posted by ArcticFox
Quote:
|
Originally Posted by ArcticFox
Ok thanks for the replay
|