Zcmd explicacion
#3

Si siino me acordaba
del

pawn Код:
new pos, funcname[MAX_FUNC_NAME];
    while(cmdtext[++pos] > ' ')
    {
        funcname[pos-1] = tolower(cmdtext[pos]);
    }
    format(funcname, sizeof(funcname),"_%s",funcname);
    while(cmdtext[pos] == ' ') pos++;
    if(!cmdtext[pos])
    {
        if(CallLocalFunction(funcname, "is", playerid, "\1"))
            return 1;
    }
    if(CallLocalFunction(funcname, "is", playerid, cmdtext[pos]))
        return 1;
Bueno gracias
Reply


Messages In This Thread
Zcmd explicacion - by INKISICION - 27.01.2015, 05:56
Respuesta: Zcmd explicacion - by DesingMyCry - 27.01.2015, 06:35
Re: Zcmd explicacion - by INKISICION - 27.01.2015, 07:02

Forum Jump:


Users browsing this thread: 2 Guest(s)