/recrutar alguem ajuda?
#1

Bom Galera Estou fazeno meu GM mais tipo nao tenho minina ideia de como criar um cmd /recrutar

Bom e o siguinte quero o cmd pra quem dijitar /recrutar setar um player para profissao numero 8 olhem so o meu q tou fazendo!


PHP код:
if(strcmp(cmd,"/recrutar"true)==0)
{
new 
aname[MAX_PLAYER_NAME];
GetPlayerName(playeridanameMAX_PLAYER_NAME);
format(filesizeof(file), PASTA_CONTASaname);
if(
dini_Int(file"aAdmin") == ){
SendClientMessage(playeridVermelho"(INFO) Vocк nao e um General do exercito!");
return 
1;
}
if(
dini_Int(file"Profissao") == General){
new 
tmp[256];
new 
plidskin;
tmp strtok(cmdtextidx);
if(!
strlen(tmp)){
SendClientMessage(playeridVermelho"Digite: /recrutar");
return 
1;
}
plid strval(tmp);
tmp strtok(cmdtextidx);
if(!
strlen(tmp)) {
SendClientMessage(playeridVermelho"Digite: /recrutar");
return 
1;
}
skin strval(tmp);
new 
pname[MAX_PLAYER_NAME];
GetPlayerName(plidpnameMAX_PLAYER_NAME);
format(file2sizeof(file2), PASTA_CONTASpname);
if(
IsPlayerConnected(plid)){
format(stringsizeof(string), "(INFO) O General %s (%d) te deu a patente soldado!."anameplayeridskin);
SendClientMessage(plidtcadmstring);
format(stringsizeof(string), "(INFO) Vocк deu a %s(ID: %d) a patente soldado!."pnameplidskin);
SendClientMessage(playeridBluestring);
dini_IntSet(file2"Profissao"skin);
SpawnPlayer(plid);
return 
1;
}else{
SendClientMessage(playeridVermelho"(INFO) Jogador nгo conectado.");
return 
1;
}
}

Mas nao funfa '-'
Alguem ajuda?
Reply


Messages In This Thread
/recrutar alguem ajuda? - by miyazaki - 13.08.2012, 19:36
Re: /recrutar alguem ajuda? - by Delay - 13.08.2012, 20:41
Re : /recrutar alguem ajuda? - by miyazaki - 13.08.2012, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)