[Pedido] Sistema de abrir loja
#2

Um exemplo muito muito bбsico.
Код:
new loja[MAX_PLAYERS]= 0;


public OnPlayerConnect(playerid)
{
loja[playerid]= 0;//Loja off
return 1;
}


CMD:abrirloja(playerid)
{
loja[playerid]=1;//Loja on
return 1;
}
Reply


Messages In This Thread
Sistema de abrir loja - by G2SAMP - 06.12.2016, 21:09
Re: Sistema de abrir loja - by Marllun - 06.12.2016, 21:12

Forum Jump:


Users browsing this thread: 2 Guest(s)