[AJUDA]Strcmp para Zcmd
#1

pawn Код:
if(strcmp(cmd, "/entrar", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (PlayerToPoint(2, playerid,1480.9403,-1770.8481,18.7958))
                   {
            SetPlayerInterior(playerid,3);
            SetPlayerVirtualWorld(playerid, 0);
            SetPlayerPos(playerid,387.7978,173.8582,1008.3828);
            GameTextForPlayer(playerid, "~w~Bem vindo a ~n~~b~Prefeitura !", 5000, 1);
            PlayerInfo[playerid][pInt] = 3;
            PlayerInfo[playerid][pLocal] = 241;}
Gostaria de saber como passar isso para Zcmd, estou estudando o mesmo, mas esta meio complicado.
Reply


Messages In This Thread
[AJUDA]Strcmp para Zcmd - by IgorMendes - 27.03.2012, 19:24
Re: [AJUDA]Strcmp para Zcmd - by histire - 27.03.2012, 19:26
Re: [AJUDA]Strcmp para Zcmd - by [R] ousenber [K] - 27.03.2012, 19:28
Re: [AJUDA]Strcmp para Zcmd - by ViniBorn - 27.03.2012, 19:28
Re: [AJUDA]Strcmp para Zcmd - by IgorMendes - 27.03.2012, 19:41
Re: [AJUDA]Strcmp para Zcmd - by ViniBorn - 27.03.2012, 19:44
Re: [AJUDA]Strcmp para Zcmd - by histire - 27.03.2012, 19:45
Re: [AJUDA]Strcmp para Zcmd - by YaaN - 27.03.2012, 19:49
Re: [AJUDA]Strcmp para Zcmd - by [R] ousenber [K] - 27.03.2012, 19:54
Re: [AJUDA]Strcmp para Zcmd - by YaaN - 27.03.2012, 20:01

Forum Jump:


Users browsing this thread: 3 Guest(s)