Saltar al contenido
  • Global

    Global

    Chatroom Rules

    • NO SE DA SOPORTE EN CHATBOX
    • NO SPAM
    • NO FLOOD

Publicaciones recomendadas

  • Ex-Staff
Publicado

aqui te dejo el comando ir, no se si funcione ya que yo trabajo con LUA y no me acuerdo mucho de PAWN pero yo creo que deberia.

 

dcmd_ir(playerid, params[])
{
 new id;
 if (strlen(params))
 {
id = strval(params);
if (IsPlayerConnected(id))
{
	x,y,z = getPlayerPos(id)
	setPlayerPos(playerid,x,y,z)
	SendClientMessage(id, 0x00FF00AA, "Alguien se a teletransportado a ti");
	SendClientMessage(playerid, 0x00FF00AA, "Te has teletransportado");
}
else
{
	SendClientMessage(playerid, 0xFF0000AA, "Jugador no encontrado");
}
 }
 else
 {
SendClientMessage(playerid, 0xFF0000AA, "Uso: /ir <playerid>");
 }
return 1;
}

 

y pones en OnPlayerCommandText esto:

 

dcmd(ir, 2, cmdtext);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Invitado
Responder a este tema...

×   Pegar como texto enriquecido.   Pegar como texto sin formato

  Only 75 emoji are allowed.

×   Tu enlace se ha incrustado automáticamente..   Mostrar como un enlace en su lugar

×   Se ha restaurado el contenido anterior.   Limpiar editor

×   No se pueden pegar imágenes directamente. Carga o inserta imágenes desde la URL.

  • Explorando recientemente   0 miembros

    • No hay usuarios registrados viendo esta página.
×
×
  • Crear nuevo...