Pick-up event
#1

Eating pickup are looking at how to summon a team player within that radius

The escape system is hanging seasons on this issue please help

Pickup event

Within that RADIUS, team players to pick up, we are looking how to summon

Escape systems are hanging on this seasons please help
Reply
#2

public OnPlayerEnterCheckpoint(playerid)
{
switch(getCheckpointType(playerid))
{
case CP_V1: {
if( GetPlayerTeam(playerid) == v1 )
{
for(new i = GetMaxPlayers() - 1; i >= 0; --i)
if(IsPlayerInRangeOfPoint(i,500,381.7581,-193.8507,1044.2200))
{
new Float, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if(GetPlayerTeam(i) == 1)
SetPlayerPos(i, x+1, y+1, z);
SetPlayerPos(playerid,-2195.8057,-7791.4160,18.7144);
SetPlayerInterior(playerid, 0);
//A place to escape using a streamer object
SetTimerEx("unfreeze",1000,0,"i",playerid); //Set the timer 1000=1 seconds
TogglePlayerControllable(playerid, 0); //freeze Map loading falls prevention
}
SendClientMessageToAll(0xEEFF00AA, "Team help escape!");
}
}
}
return 1;
}

mode bottom pasted

forward unfreeze(playerid);
public unfreeze(playerid)
{
TogglePlayerControllable(playerid, 1);
return 1;
}

A place to escape the object using streamer

I finally found one year
NPCs successful experiment
Did it Using real good streamer

Last modified March 15

https://sampforum.blast.hk/showthread.php?tid=399922 Add
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)