12.04.2013, 15:51
fiz dois codigo tenta aii pra ver espero ter ajudado se poder me dar rep agradeзo
Код:
if (strcmp(cmdtext,"/portaocasa23", true)==0){ new string[256]; new name[30]; GetPlayerName(playerid,name,30); for(new c; c<MAX_CASAS; c++){ format(string,sizeof(string),"/Casas/casa%d.ini",c); if(dini_Exists(string)){ if(strcmp(name,dini_Get(string,"Dono"))){ { format(string, sizeof(string),"Voce nгo й o '%s'", dini_Get(string, "Dono")); SendClientMessage(playerid, Vermelho, string); // coloquei aqui a funзao do portao o MoveObject } return 1; } else { format(string, sizeof(string),"Seja bem vindo Portao aberto '%s'", dini_Get(string, "Dono")); SendClientMessage(playerid, Verde, string); // coloquei aqui a funзao do portao o MoveObject } return 1; } }
Код:
if (strcmp(cmdtext,"/portaocasa23", true)==0){ new aname[MAX_PLAYER_NAME]; GetPlayerName(playerid, aname, MAX_PLAYER_NAME); format(file, sizeof(file), PASTA_CONTAS, aname); if(strcmp(aname, "nomedacontadele", true) == 0 || strcmp(aname, "nomedacontadele", true) == 0){ //funзao do MoveObject SendClientMessage(playerid,0x607840AA, "Bem vindo Abrindo o Portгo nome dele."); return 1; } else { SendClientMessage(playerid,Vermelho,"Vocк nao e o nome dele !"); } return 1; }