[Ajuda] Alguns Comandos....
#10

PHP код:


if(strcmp(cmd,"/convidar") == true) {
     
tmp strtok(cmdtextidx);
     if(!
strlen(tmp)) return SendClientMessage(playerid, -1"convidar id");
     new 
id ReturnUser(tmp);
     
//Termine o comando
     
return 0x01;
}
if(
strcmp(cmd,"/darlider") == true) {
     
tmp strtok(cmdtextidx); if(!strlen(tmp)) return SendClientMessage(playerid, -1"/darlider ID ORG");
     new 
id ReturnUser(tmp);
     
tmp strtok(cmdtextidx); if(!strlen(tmp)) return SendClientMessage(playerid, -1"/darlider ID ORG");
     new 
org strval(tmp);
     
//Termine o comando
     
return 0x01;
}
if(
strcmp(cmd,"/membros") == true) {
     for(new 
0x0MAX_PLAYERS; ++i) {
        if(
Org[i] == 1)
     }
     
//Termine o comando
     
return 0x01;
}
if(
strcmp(cmd,"/darcargo") == true) {
     
tmp strtok(cmdtextidx);
     if(!
strlen(tmp)) return SendClientMessage(playerid, -1"/Darcargo id cargo");
     new 
id ReturnUser(tmp);
     
tmp strtok(cmdtextidx); if(!strlen(tmp)) return SendClientMessage(playerid, -1"/darcargo ID cargo");
     new 
cargo strval(tmp);
     
//Termine o comando
     
return 0x01;

Tenho curso agora, teste..

FLW
Reply


Messages In This Thread
[Ajuda] Alguns Comandos.... - by Tymer - 16.06.2011, 20:23
Re: [Ajuda] Alguns Comandos.... - by DreeH - 16.06.2011, 21:52
Re: [Ajuda] Alguns Comandos.... - by Tymer - 17.06.2011, 15:07
Re: [Ajuda] Alguns Comandos.... - by Ricop522 - 17.06.2011, 15:14
Re: [Ajuda] Alguns Comandos.... - by Tymer - 19.06.2011, 12:30
Re: [Ajuda] Alguns Comandos.... - by DreeH - 19.06.2011, 14:05
Re: [Ajuda] Alguns Comandos.... - by mengueh - 19.06.2011, 14:37
Re: [Ajuda] Alguns Comandos.... - by Ricop522 - 19.06.2011, 17:32
Re: [Ajuda] Alguns Comandos.... - by Tymer - 20.06.2011, 10:22
Re: [Ajuda] Alguns Comandos.... - by Ricop522 - 21.06.2011, 20:14

Forum Jump:


Users browsing this thread: 2 Guest(s)