[FilterScript] [FS] Stunts English and spanish
#10

Quote:
Originally Posted by hamptonin
good map
and i know how to fix the teleport problem
goto the teleport lines and add 2 more hight's in the z pos
example:

43.56,55.66,44.89
X Y Z
change it to this:
43.56,55.66,46.89
X Y Z


THIS IS A EXAMPLE ADD 2/3 MORE HIGHT IN THE Z POS
i would sync it like this

first forward it like this

Quote:

forward DynUpdateStart(playerid);
forward DynUpdateEnd(playerid);

then do this

Quote:

public DynUpdateStart(playerid)
{
TogglePlayerControllable(playerid, false);
new string[255];
format(string, sizeof(string), "~g~Objects~n~~r~Loading");
GameTextForPlayer(playerid, string, 3000, 6);
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 0.0);
SetTimerEx("DynUpdateEnd", 3000, 0,"e",playerid);
return 1;
}

public DynUpdateEnd(playerid)
{
TogglePlayerControllable(playerid, true);
new string[255];
format(string, sizeof(string), "~g~Objects~n~~r~Loaded!");
GameTextForPlayer(playerid, string, 3000, 6);
PlayerPlaySound(playerid, 1056, 0.0, 0.0, 0.0);
return 1;
}

What will it make it do is that it will hold the player for a few seconds for objects to load so you dont fall

then what you do is that at the bottom of every tele you make put this

Quote:

DynUpdateStart(playerid);

so then after your done with the tele it should look like this

Quote:

if(strcmp(cmd, "/hoteljump", true) == 0)
{
SetPlayerPos(playerid,1975.3365,-2577.8088,311.4624);
DynUpdateStart(playerid);
GameTextForPlayer(playerid,"~r~Hotel jump", 5000, 3);
SendClientMessage(playerid,COLOR_RED,"Hotel Jump!!");
ResetPlayerWeapons(playerid);
return 1;
}

my tele maker might be different to yours all you do is put this

[quote]DynUpdateStart(playerid);[/quote







Reply


Messages In This Thread
[FS] Stunts English and spanish - by most - 15.09.2008, 16:45
Re: [FS] Stunts English and spanish - by Jese - 15.09.2008, 17:05
Re: [FS] Stunts English and spanish - by Mr_Noob - 15.09.2008, 17:20
Re: [FS] Stunts English and spanish - by most - 15.09.2008, 17:31
Re: [FS] Stunts English and spanish - by Jese - 16.09.2008, 07:09
Re: [FS] Stunts English and spanish - by most - 16.09.2008, 15:27
Re: [FS] Stunts English and spanish - by sertac522 - 07.12.2008, 09:47
Re: [FS] Stunts English and spanish - by caribe88 - 08.12.2008, 14:47
Re: [FS] Stunts English and spanish - by hamptonin - 08.12.2008, 14:53
Re: [FS] Stunts English and spanish - by ReV. - 08.12.2008, 20:28

Forum Jump:


Users browsing this thread: 2 Guest(s)