[Ajuda] Ajuda!
#1

Alguйm me ajuda ajuda a deixar esse comando exclusivo pra carro forte, nгo consigo de jeito nenhum! Ele funciona estando ou nгo com a profissгo.

PHP код:
    if (strcmp(cmdtext"/transportarvalores"true)==0)
    {
    if(
PlayerInfo[playerid][Profissao] == CarroForte)
    {
     
SendClientMessage (playerid,0xCD00CDFF"Vocк digitou o comando de sua profissгo!");
    }
    else
     {
     if(
PlayerInfo[playerid][Profissao] != CarroForte)
     
SendClientMessage (playerid0xCD00CDFF"Vocк nгo tem permissгo!");
    }
    return 
1;
    }
    return 
0;
    } 
Reply
#2

ta bom assim?

PHP код:
if(strcmp(cmdtext"/transportarvalores"true)==0

    if(
PlayerInfo[playerid][Profissao] != CarroForte) return SendClientMessage(playerid,0xCD00CDFF"Sem permisгo!"); 
    ...
CODE...        

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)