hello my bank is glitched i go in and i fall... what can i do -
wes231 - 29.09.2011
hello my bank is glitched i go in and i fall... what can i do
toggle player controll is what a scripter told me to do how can i do it
maybe willing to pay to get it done
Re : hello my bank is glitched i go in and i fall... what can i do -
Naruto_Emilio - 29.09.2011
Yes if the objects arent loading, you will have to make a timer, with TogglePlayerControllable(playerid, type);, if it doesn't work pm me, i would help for free.
Re: hello my bank is glitched i go in and i fall... what can i do -
Ehab1911 - 29.09.2011
Put that under the /enter command of the bank
pawn Код:
SetTimer("Please wait while objects load.", 3000, true); // Set a timer of 3000 miliseconds (3 seconds)
Untested, but I got it from
here. Good luck
.
Re: hello my bank is glitched i go in and i fall... what can i do -
wes231 - 29.09.2011
and i cant exit when i go in there what can i do to fix that
Re: hello my bank is glitched i go in and i fall... what can i do -
Ehab1911 - 29.09.2011
Save the exit position by using /save and copy the first 3 coords after the skin ID from your savedpositions.txt in SAMP-> San Andreas Userfile. And make this command for exit
pawn Код:
SetPlayerPos(playerid,x,y,z);
return 1;
}
sry doesn't have the time to explain, My friends here are surely going to explain better than me and help you more ^^. Good luck
Re: hello my bank is glitched i go in and i fall... what can i do -
wes231 - 30.09.2011
i do not understand i cant find /exit in my script?
Re: hello my bank is glitched i go in and i fall... what can i do -
wes231 - 30.09.2011
FIXED YOU CAN CLOSE THANKS ALL