Teleport to player.
#3

try this?
PHP код:
CMD:tpto(playeridparams[])
{
    new 
id isnull(params);
    if(
isnull(params)) return SendClientMessage(playerid, -1"Usage: /tpto [playerid]");
    if(!
IsPlayerConnected(id)) return SendClientMessage(playerid, -1"Player is not connected");
    new 
Float:XFloat:YFloat:ZPname[24];
    new 
String[56];
    
GetPlayerPos(idXYZ);
    
GetPlayerName(idPname24);
    
SetPlayerPos(playeridXYZ);
    
format(Stringsizeof(String), "%s teleported to you"Pnameid);
    
SendClientMessage(id, -1String);
    return 
1;

Reply


Messages In This Thread
Teleport to player. - by DerickClark - 21.08.2015, 23:03
Re: Teleport to player. - by jamal1992 - 21.08.2015, 23:07
Re: Teleport to player. - by jlalt - 21.08.2015, 23:09
Re: Teleport to player. - by DerickClark - 21.08.2015, 23:09

Forum Jump:


Users browsing this thread: 1 Guest(s)