06.09.2012, 14:29
EX :
pawn Code:
new bool:carregado[MAX_PLAYERS];
CMD:carregar(playerid)
{
carregado[playerid] = true;
return true;
}

