[Ajuda] Pegar nome do admin
#1

Olб, alguem poderia me ajudar a pegar o nome do player e do admin que setou o level neste comando? Ou sу um exemplo mesmo. (Pf n me mandem pra wiki, pois estб off pra mim, e seria melhor em exemplo aqui mesmo) kk

PHP код:
CMD:setlevel(playerid,params[])
{
    if(
PlayerDados[playerid][Admin] < 4) return SendClientMessage(playeridBRANCO"Vocк nгo tem permissгo!");
    new 
setado,Score;
    if(
sscanf(params,"dd",setado,Score))
    return 
SendClientMessage(playerid,-1,"USE: /setlevel [id] [level]");
    if(!
IsPlayerConnected(ID))
    return 
SendClientMessage(playerid,-1,"O jogador nгo estб conectado");
    
SetPlayerScore(setado,Score);
    new 
string[70];
    new 
str[100];
    
format(string,sizeof(string),"Vocк setou o Score de: %s para: %d",setado,Score);
    
SendClientMessage(playerid,-1,string);
    
format(str,sizeof(str),"O(a)Administrador(a): %s Setou seu Score para: %d",Score);
    
SendClientMessage(playerid,-1,str);
    return 
1;

Reply


Messages In This Thread
Pegar nome do admin - by DarkZin - 22.01.2017, 23:28
Programando e Gambiarrando! - by RazorGuigo - 22.01.2017, 23:31
Re: Pegar nome do admin - by FerrariL - 22.01.2017, 23:41
Re: Programando e Gambiarrando! - by DarkZin - 22.01.2017, 23:52
Re: Pegar nome do admin - by FerrariL - 22.01.2017, 23:55
Re: Pegar nome do admin - by DarkZin - 23.01.2017, 00:01
Re: Pegar nome do admin - by DarkZin - 23.01.2017, 00:08
Re: Pegar nome do admin - by FerrariL - 23.01.2017, 00:10
Re: Pegar nome do admin - by DarkZin - 23.01.2017, 00:14
Programando e Gambiarrando! - by RazorGuigo - 23.01.2017, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)