[Ajuda] Close Server nгo funciona
#3

PHP код:
CMD:shutdown(playerid) {
    
shutdownserver();
    return 
1;
}
forward shutdownserver();
public 
shutdownserver() {
    
SendRconCommand("exit");
    return 
1;

Nгo seria melhor utilizar:

PHP код:
CMD:shutdown(playerid)
{
    
SendRconCommand("exit");
    return 
1;

Reply


Messages In This Thread
Close Server nгo funciona - by weex - 13.02.2018, 03:55
Re: Close Server nгo funciona - by RodrigoMSR - 13.02.2018, 05:15
Re: Close Server nгo funciona - by SpikeCompiler - 13.02.2018, 09:09
Re: Close Server nгo funciona - by weex - 13.02.2018, 14:42
Re: Close Server nгo funciona - by RodrigoMSR - 13.02.2018, 17:30
Re: Close Server nгo funciona - by weex - 17.02.2018, 23:24
Re: Close Server nгo funciona - by RodrigoMSR - 17.02.2018, 23:30
Re: Close Server nгo funciona - by weex - 18.02.2018, 21:33

Forum Jump:


Users browsing this thread: 4 Guest(s)