[DUVIDA] Deixa um comando ativo quando liga o server lol
#8

o dono do FS escreveu isso, mais sinceramente nao intendi nada =] se poderem ajudar ;]

Quote:
Originally Posted by Miguel
Посмотреть сообщение
Pretty simple, the array "Estado" is 0 by default, you have to change it to 1.

Solution:
pawn Код:
Estado[MAX_PLAYERS] = {1, ...}; // This will set every cell's value to 1.
You can also set it using the callback OnPlayerConnect:
pawn Код:
public OnPlayerConnect(playerid)
{
    Estado[playerid] = 1;
    return 1;
}
Bom mais ai vai o FS
http://sawc.pastebin.com/f5ff46773
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)