[Pedido] Comando /set
#2

pawn Код:
#include a_samp
#include zcmd
#include sscan2

new Variavel[MAX_PLAYERS];

command(set, playerid, params[])
{
    new giveid, set;
    if(sscanf(params,"ii", id,set)) return SendClientMessage(playerid, -1, "/set [id][set]");
    Variavel[giveid] = set;
    return 1;
}
Reply


Messages In This Thread
Comando /set - by lekinho911 - 03.09.2013, 02:11
Re: Comando /set - by mau.tito - 03.09.2013, 10:09

Forum Jump:


Users browsing this thread: 1 Guest(s)