[Ajuda] Nome em comando
#7

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;
}
Reply


Messages In This Thread
Nome em comando - by WotusPower - 10.04.2013, 19:10
Re: Nome em comando - by ViniBorn - 10.04.2013, 19:27
Re: Nome em comando - by bruxo00 - 10.04.2013, 19:29
Re: Nome em comando - by ViniBorn - 10.04.2013, 19:42
Re: Nome em comando - by Dolby - 10.04.2013, 19:42
Re: Nome em comando - by WotusPower - 10.04.2013, 20:41
Re: Nome em comando - by Smoking_Script - 12.04.2013, 15:51

Forum Jump:


Users browsing this thread: 2 Guest(s)