[Ajuda] Criando um sistema!
#4

PHP код:
new bool:SurfAberto
CMD:irevento(playerid)
{
    if(
SurfAberto == false) return 1//se nгo estiver aberto
    // code de ir para evento
    
return 1
}
CMD:criarsurf(playerid)
{
    if(
SurfAberto == true) return 1// Se ja estiver aberto retorna true
    
SurfAberto true;
    return 
1;
}
CMD:destruirsurf(playerid)
{
    if(
SurfAberto == false) return 1// Se ja estiver fechado retorna true
    
SurfAberto false;
    return 
1;

Reply


Messages In This Thread
Criando um sistema! - by Franklin0180 - 28.04.2017, 05:30
Re: Criando um sistema! - by ViniBorn - 28.04.2017, 06:21
Re: Criando um sistema! - by Franklin0180 - 02.05.2017, 00:57
Re: Criando um sistema! - by IlanZ - 02.05.2017, 01:45

Forum Jump:


Users browsing this thread: 1 Guest(s)