[PEDIDO]Sistema de socios Servidor RPG.
#2

PHP Code:
new org[MAX_PLAYERS];
new 
socio[MAX_PLAYERS];
public 
OnPlayerCommandText(playeridcmdtext[])
{
    new 
tmp[256], idx;
    if(
strcmp(cmdtext"/socio"true) == 0)
    {
        if(
socio[playerid] == 1) return SendClientMessage(playerid, -1"Vocк jб й socio !");
        
socio[playerid] = 1;
        
SendClientMessage(playerid, -1"Vocк acaba de virar um socio.");
        return 
1;
    }
    if(
strcmp(cmdtext"/kitsocio"true) == 0)
    {
        if(
socio != 1) return SendClientMessage(playerid, -1"Vocк nгo й socio.");
        
GivePlayerWeapon(playerid291000);
        
GivePlayerWeapon(playerid311000);
        
SendClientMessage(playerid, -1"Vocк ganhou uma MP5 e uma M4 com 1000 balas cada.");
        return 
1;
    }
    if(
strcmp(cmdtext"/jetpack"true) == 0)
    {
        if(
socio != 1) return SendClientMessage(playerid, -1"Vocк nгo й socio.");
        
SetPlayerSpecialAction(playerid2);
        
SendClientMessage(playerid, -1"Vocк pegou um jet pack.");
        return 
1;
    }
    if(
strcmp(cmdtext"/socios"true) == || strcmp(cmdtext"/so"true) == 0)
    {
        if(
socio != 1) return SendClientMessage(playerid, -1"Vocк nгo й socio.");
        
tmp strtok(cmdtextidx);
        if(!
strlen(texto)) return SendClientMessage(playerid, -1"USO: /so(cios) [TEXTO]");
        for(new 
0MAX_PLAYERS++)
        {
            if(
socio[i] == 1)
            {
                
SendClientMessage(i, -1tmp);
                return 
1;
            }
        }
        return 
1;
    }
    if(
strcmp(cmdtext"/org"true) == 0)
    {
        if(
socio != 1) return SendClientMessage(playerid, -1"Vocк nгo й socio.");
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp)) return SendClientMessage(playerid, -1"USO: /org [NUMERO DA ORG]");
        new 
strval(tmp);
        
org[playerid] = n;
        new 
str[100];
        
format(str100"Vocк agora faz parte da ORG %d !"n);
        
SendClientMessage(playerid, -1str);
        return 
1;
    }
    return 
0;

Isto aqui serve como exemplo ... Entгo basta vocк trocar para o sistema do seu GM.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)