[Pedido] Alguem pode ajuda
#5

PHP код:
#include <a_samp>
#include zcmd
#include sscanf

// Topo do seu GameMode
new Text:textocnn;

// no OnGameModeInit
public OnGameModeInit(){

    
textocnn TextDrawCreate(325.000000220.000000"");
    
TextDrawAlignment(textocnn2);
    
TextDrawBackgroundColor(textocnn255);
    
TextDrawFont(textocnn1);
    
TextDrawLetterSize(textocnn0.4799992.099999);
    
TextDrawColor(textocnn, -1);
    
TextDrawSetOutline(textocnn1);
    
TextDrawSetProportional(textocnn1);
    
TextDrawHideForAll(textocnn);
    return 
true;
}

// Comando
CMD:anunciar(playeridparams[])
{
    new 
Texto[128], Msg[128];
    if(
sscanf(params"s[128]"Texto)) return SendClientMessage(playerid, -1"Digite: /anunciar [texto]");

    new 
Nome[MAX_PLAYER_NAME];
    
GetPlayerName(playeridNomeMAX_PLAYER_NAME);

    
format(Msgsizeof(Msg), "%s: %s"NomeTexto);
    
TextDrawSetString(textocnnMsg);
    
TextDrawShowForAll(textocnn);

    
SetTimer("TirarAnuncio",5000,false);
    return 
1;
}

// Final do gamemode
forward TirarAnuncio();
public 
TirarAnuncio() return TextDrawHideForAll(textocnn); 
By: Cleyson.
Reply


Messages In This Thread
Alguem pode ajuda - by LeleziiN - 14.07.2015, 01:21
Re: Alguem pode ajuda - by humildadeforever - 14.07.2015, 01:27
Re: Alguem pode ajuda - by Cleyson - 14.07.2015, 01:29
Re: Alguem pode ajuda - by LeleziiN - 14.07.2015, 01:53
Re: Alguem pode ajuda - by zSuYaNw - 14.07.2015, 02:55
Re: Alguem pode ajuda - by iTakelot - 14.07.2015, 03:14
Re: Alguem pode ajuda - by IgorLuiz - 14.07.2015, 03:22
Re: Alguem pode ajuda - by iTakelot - 14.07.2015, 03:23
Re: Alguem pode ajuda - by Welconha - 14.07.2015, 03:31
Re: Alguem pode ajuda - by iTakelot - 14.07.2015, 03:38

Forum Jump:


Users browsing this thread: 4 Guest(s)