Script Help
#1

Hi well i got a prob with my maps i have Fallouts streamer and it works ok but when i spawn to /aa or something the maps take long to load i need to come really close to objects so they load please help me
Reply
#2

include a transferring period...
like:

forward transferre(playerid);

on your /aa command or whatever...:

Код:
SetTimerEx("transferre", 1500, false, "i", playerid);
TogglePlayerControllable(playerid, 0);
and somewhere in you script:

Код:
public transferre(playerid)
{
 TogglePlayerControllable(playerid, 1);
 return 1;
}
this will cause that the player will float at the teleport or spawn positiong for 1.5 seconds, so you have enough time to let the objects load
Reply
#3

that wont work because you need to come close tooo the object for it to load
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)