24/10/2022 21:04
Código PHP:
inline update(){
Timer_KillCallback(timer_B[slot]);
foreach(new i : Player){
if(pDados[i][pLogado]){
PlayerPlaySound(i, 0, 304.624450, 1787.292846, 512.925903);
}
}
for(new i; i < 11; i++){
if(e_BAG_MONEY_COFRE[slot][i] > 0){
DestroyDynamicObject(e_BAG_MONEY_COFRE[slot][i]);
e_BAG_MONEY_COFRE[slot][i] = 0;
}
}
e_DICE_COFRE_BANCO[slot][CofreBlownUp] = false;
e_DICE_COFRE_BANCO[slot][labelCofre] = CreateDynamic3DTextLabel("{FFFFFF}'/ecofre'", -1, 304.624450, 1787.292846, 512.925903, 20.0, .worldid = (slot + 1));
e_DICE_COFRE_BANCO[slot][labelCofreMoney] = CreateDynamic3DTextLabel("{FFFFFF}Pressione '{00BFFF}H{FFFFFF}'\n{FFFFFF}proximo as bolsas de dinheiro!", -1, 319.1891,1789.4231,512.2543, 10.0, .worldid = (slot + 1));
}
timer_B[slot] = Timer_CreateCallback(using inline update, segundos(6));
por que apenas o último label é criado? e, porque depois de criado, o servidor não responde aos comandos, chats, etc.?