goto and gethere
#4

PHP код:
CMD:gotopl(playeridparams[])
{
    new 
targetid;
    if(
sscanf(params,"u"targetid))return SendClientMessage(playeridCOLOR_GRAD1"USAGE: /gotopl [id/name]");
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(targetidxyz);
    
SetPlayerPos(playeridxy+1.0z);
    
SetPlayerInterior(playeridGetPlayerInterior(targetid));
    
SetPlayerVirtualWorld(playeridGetPlayerVirtualWorld(targetid));
    return 
1;
}
CMD:gethere(playeridparams[])
{
    new 
targetid;
    if(
sscanf(params,"u"targetid))return SendClientMessage(playeridCOLOR_GRAD1"USAGE: /gethere [id/name]");
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
SetPlayerPos(targetidxy+1.0z);
    
SetPlayerInterior(targetidGetPlayerInterior(playerid));
    
SetPlayerVirtualWorld(targetidGetPlayerVirtualWorld(playerid));
    return 
1;

Reply


Messages In This Thread
goto and gethere - by EvgeniyHostel1992 - 21.03.2018, 16:27
Re: goto and gethere - by kovac - 21.03.2018, 16:56
Re: goto and gethere - by EvgeniyHostel1992 - 21.03.2018, 18:58
Re: goto and gethere - by kovac - 21.03.2018, 19:07
Re: goto and gethere - by Maxandmov - 22.03.2018, 06:27

Forum Jump:


Users browsing this thread: 1 Guest(s)