Duda, Array
#4

New Mi_Variable;

pawn Код:
zcmd(micomando, playerid, params[])
{
    if(IsPlayerConnected(playerid))
   {
      if(Mi_Variable == 0){Mi_Variable = 1;/*o mбs funciones*/}
      if(Mi_Variable == 1){Mi_Variable = 2;/*o mбs funciones*/}
      if(Mi_Variable == 2){Mi_Variable = 3;/*o mбs funciones*/}
      return 1;
    }
}
//______________________________________________//
//o
zcmd(micomando, playerid, params[])
{
    if(IsPlayerConnected(playerid))
   {
       if(Mi_Variable == 0){Mi_Variable ++;/*o mas funciones*/}
       if(Mi_Variable == 1){Mi_Variable ++;/*''*/}
       if(Mi_Variable == 2){Mi_Variable ++;/*''*/}
       if(Mi_Variable == 3){Mi_Variable ++;/*''*/}
    }
return 1;
}
//Puedes jugar de muchas maneras y/o formas.
//Mas informaciуn https://sampwiki.blast.hk/wiki/Scripting_Basics
Reply


Messages In This Thread
Duda, Array - by xTexTx - 30.10.2014, 19:05
Respuesta: Duda, Array - by jotajeda - 30.10.2014, 20:02
Respuesta: Duda, Array - by xTexTx - 30.10.2014, 21:00
Respuesta: Duda, Array - by jotajeda - 30.10.2014, 21:46
Respuesta: Duda, Array - by [J]ulian - 30.10.2014, 21:59
Respuesta: Duda, Array - by xTexTx - 30.10.2014, 23:21
Respuesta: Duda, Array - by aoEXE - 30.10.2014, 23:44
Respuesta: Duda, Array - by [J]ulian - 31.10.2014, 01:54
Respuesta: Duda, Array - by xTexTx - 31.10.2014, 01:58
Respuesta: Duda, Array - by [J]ulian - 31.10.2014, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)