[Ajuda] /ir [id / nome]
#2

Quote:
Originally Posted by minimessi10
Посмотреть сообщение
Entгo preciso de uma ajudinha de vocкs como fasso para o comando /ir possa ser pelo id ou o nome ?
sу tenho do id suponho que vai ajudar...

if(strcmp(cmd, "/ir", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USE: /ir [id]");
return true;
}
new Floatlocx,Floatlocy,Floatlocz;
new plo, world;
plo = ReturnUser(tmp);
world = GetPlayerVirtualWorld(plo);
if (IsPlayerConnected(plo))
{
if(plo != INVALID_PLAYER_ID)
{

espero ter ajudado.
Reply


Messages In This Thread
/ir [id / nome] - by minimessi10 - 15.11.2013, 13:42
Respuesta: /ir [id / nome] - by AssasinoLM - 15.11.2013, 14:51
Respuesta: /ir [id / nome] - by Tirael - 15.11.2013, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)