Posts: 1,297
Threads: 17
Joined: Apr 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.
Posts: 377
Threads: 78
Joined: Dec 2009
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
.
Posts: 92
Threads: 42
Joined: Jul 2010
Reputation:
0
and i cant exit when i go in there what can i do to fix that
Posts: 377
Threads: 78
Joined: Dec 2009
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
Posts: 92
Threads: 42
Joined: Jul 2010
Reputation:
0
i do not understand i cant find /exit in my script?
Posts: 92
Threads: 42
Joined: Jul 2010
Reputation:
0
FIXED YOU CAN CLOSE THANKS ALL