[Ajuda] Nгo estб setando a profissгo
#1

PHP код:
Resolvido.

Reply
#2

Quote:
Originally Posted by Carlos001
Посмотреть сообщение
PHP код:
CMD:setprof(playeridparams[]) 

    new 
idstring[500]; 
    new 
aname[24], pname[24]; 
    
GetPlayerName(idanamesizeof(aname)); 
    
GetPlayerName(playeridpnamesizeof(pname)); 
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"| ERRO | Vocк nгo estб logado na RCON."); 
    if(
sscanf(params"d"id))return SendClientMessage (playerid, -1"| ERRO | Uso Correto: /Setprof [id]." ); 
    if(!
IsPlayerConnected(id)) return SendClientMessage(playerid, -1"| ERRO | Player nгo conectado."); 
    
SendClientFormat(id, -1"O(A) admin %s tornou vocк um(a) caminhoneiro(a)."pname); 
    
SendClientFormat(playerid, -1"Vocк setou o(a) %s um(a) caminhoneiro(a)."aname); 
    
Prof[id][Profissao] = Caminhoneiro
    
SetPlayerPos(id1381.920654, -1021.68402010.820312); 
    
SetPlayerColor(idC_Caminhoneiro); 
    return 
1

Testei й esta funcionando!
Jб tinha resolvido rsrs'
mas vlw mesmo assim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)