[Ajuda] strings
#4

Me surpreendo quando pessoas velhas tropeзam em coisas bбsicas !
Antes de ensinar tenha certeza de que jб aprendeu.
PHP код:
enum ServerInfo {
    
Ping,
    
Fps,
    
Float:Packetloss,
    
SV_NAME[50],
    
GM_NAME[25],
    
GM_MAPN[15],
    
GM_SITE[20],
    
GM_LANG[15]
};
new 
sData[ServerInfo];
public 
OnGameModeInit()
{
    
format(sData[SV_NAME], 50"Brasil Leonardo Bradoks");
    
format(sData[GM_NAME], 25"BLB");
    
format(sData[GM_MAPN], 15"Los Santos");
    
format(sData[GM_SITE], 20"www.******.com.br");
    
format(sData[GM_LANG], 15"PT-BR");
    return 
1;

Reply


Messages In This Thread
strings - by Lucas_HenryK - 18.01.2016, 16:58
Re: strings - by Cidiei - 18.01.2016, 17:24
Re: strings - by Coringa_Vilao - 18.01.2016, 18:17
Re: strings - by [BOPE]Seu._.Madruga - 18.01.2016, 23:06
Re: strings - by Lucas_HenryK - 19.01.2016, 02:31
Re: strings - by willttoonn - 19.01.2016, 05:00

Forum Jump:


Users browsing this thread: 2 Guest(s)