HELP! - 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: HELP! (
/showthread.php?tid=661570)
HELP! -
T3MO - 08.12.2018
Hello there!
I need your help guys.
When I create the business on the server it looks simple, but when I enter in and exit from business the vehicles nad players is invisible. I tried to change my virtual world to default, I can see business entrances and more, but vehicles and players steel invisible. Please help me!
Re: HELP! -
UFF - 08.12.2018
Try setting player interior to 0 when player exit from the business.
pawn Код:
SetPlayerInterior(playerid, 0);
Re: HELP! -
T3MO - 08.12.2018
I have the cmd for change player interior but does not work.