[Ajuda] String + Variavel
#2

pawn Код:
// Topo do GM

new Frase[MAX_PLAYERS][128];

// Exemplo de Uso

strmid(Frase[playerid],"Escreva a Frase aqui",0,strlen("Escreva a Frase aqui"),128);

// Exemplo de Uso (com o sistema de ORGs)

new Fala[64];
new Fala2[64];

for(new i=0; i<MAX_PLAYERS; i++)
{
    if(i < MAX_ORGS)
    {
        format(Fala,sizeof(Fala),"Nome da ORG %d",dini_Get("Servidor/Servidor"));
        format(Fala2,sizeof(Fala2),"%s",dini_Get("Servidor/Servidor.ini",Fala));
    }
    if(IsPlayerConnected(i))
    {
        strmid(Frase[playerid],Fala2,0,strlen(Fala2),128);
    }
}
Reply


Messages In This Thread
String + Variavel - by Zivo - 28.10.2013, 17:08
Re: String + Variavel - by BielCOP - 28.10.2013, 17:24
Re: String + Variavel - by Juniiro3 - 28.10.2013, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)