02.05.2012, 02:34
Bom pessoal puis um sistema de neon no meu Servidor e tals so que quando digito /neon pareзe la a frase vocк nгo esta no ponte de neon-Gps atй ai tudo bem dai eu fis um if(!PlayerToPoint para digita o cmd nessa cordenada mais dai quando chego na cordenada que esta digitando /neon nгo parece nada ,Logo abaixo o Code
if(strcmp(cmd, "/neon", true) == 0)
{
if(!PlayerToPoint(10.0,playerid, 749.3066,-582.2038,17.2366)) return SendClientMessage(playerid, COLOR_GRAD2, " Vocк Nгo Estб No Ponto de Neon - Use /GPS");
if(PlayerInfo[playerid][pSocio] < 1)
{
if(IsPlayerInAnyVehicle(playerid))
{
ShowPlayerDialog(playerid, 8899, DIALOG_STYLE_LIST, "Neons:", "Azul\nVermelho\nVerde\nBranco\nRosa\nAmarelo\nRem over todos os Neons", "Selecionar", "Cancelar");
PlayerPlaySound(playerid, 1133, 0.0, 0.0, 10.0);
}
else
{
SendClientMessage(playerid, COLOR_WHITE,"Vocк nгo estб em um veнculo");
}
}
return true;
}
Ajudando dou um +
if(strcmp(cmd, "/neon", true) == 0)
{
if(!PlayerToPoint(10.0,playerid, 749.3066,-582.2038,17.2366)) return SendClientMessage(playerid, COLOR_GRAD2, " Vocк Nгo Estб No Ponto de Neon - Use /GPS");
if(PlayerInfo[playerid][pSocio] < 1)
{
if(IsPlayerInAnyVehicle(playerid))
{
ShowPlayerDialog(playerid, 8899, DIALOG_STYLE_LIST, "Neons:", "Azul\nVermelho\nVerde\nBranco\nRosa\nAmarelo\nRem over todos os Neons", "Selecionar", "Cancelar");
PlayerPlaySound(playerid, 1133, 0.0, 0.0, 10.0);
}
else
{
SendClientMessage(playerid, COLOR_WHITE,"Vocк nгo estб em um veнculo");
}
}
return true;
}
Ajudando dou um +