[Ajuda] Objetos nгo aparecendo, teleportando pro lugar errado e nome errado.
#2

Quote:
Originally Posted by Diksplay
View Post
como jб diz o titulo, meu gamemode tem uma doenзa especial! sim uma doenзa especial, e й o seguinte:
se eu coloco a mensagemzinha %s foi para parkour /pk1, os objetos nгo carregam, sem isso carrega normal e tambem se eu colocar outros teleportes tbm nгo carrega, sem contar que eu se eu adicionar por exemplo: 6 teleportes, 5 deles estгo indo para o /parkour, e dando a mensagem %s foi para /pk1, sendo que a cordenada estб certa e a mensagemzinha estб certa.

MAS QUE MERDA PODERIA SER ESSA?
ajudem estou perdendo a paciencia ! ;-;
SE EU FAZER EM ZCMD? AJUDA!??

pawn Code:
if ( strcmp ( cmdtext , "/pk2" , true , 3 ) == 0 ) //bugado
{
    SetPlayerPos(playerid, 2426.9661,-1992.9840,661.3891);
    new string [256];
    new pname [MAX_PLAYER_NAME];
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid,0);
    GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
    format(string, sizeof(string), "{B84DFF}%s {9900FF}Foi Para Parkour 2{B84DFF} (/pk2)", pname);
    SendClientMessageToAll(0x00F400AA, string);
    return 1;
}

if(strcmp(cmdtext, "/pk1", true, 3) == 0) //bugado
{
    SetPlayerPos(playerid, 2584.5610,-1337.6091,700.5073);
    new string [256];
    new pname [MAX_PLAYER_NAME];
    SetPlayerInterior(playerid,0);
    SetPlayerVirtualWorld(playerid,0);
    GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
    format(string, sizeof(string), "{B84DFF}%s {9900FF}Foi Para Parkour 1{B84DFF} (/pk1)", pname);
    SendClientMessageToAll(0x00F400AA, string);
    return 1;
}
Entao mano, eu testei ele aqui em casa, e foi normal, com strcmp mesmo, acho que com zcmd nгo vai fazer diferenзa, mas se quiser tentar nгo custa nada nй
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)