[Ajuda] Permisгo para ADMS
#2



pawn Код:
CMD:cnn(playerid, params[]) {
    new stringpt[128];
    if (APlayerData[playerid][PlayerLevel] < 1)
        return SendClientMessage(playerid, -1, "Sem Permissгo");
    if(isnull(params))
        return SendClientMessage(playerid, -1, "Digite: /cnn [texto]");
       
    format(stringpt, sizeof(stringpt), "~w~%s", params);
    GameTextForAll(stringpt, 5000, 3);
    return true;
}
Reply


Messages In This Thread
Permisгo para ADMS - by Performancetotal - 27.01.2014, 14:21
Re: Permisгo para ADMS - by smiiir - 27.01.2014, 14:24
Re: Permisгo para ADMS - by SeV_ - 27.01.2014, 14:25
Re: Permisгo para ADMS - by Performancetotal - 27.01.2014, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)