Quote:
Originally Posted by ReyMysterio
Nossa cara esse cуdigo nгo faz sentido ou estб meio confuso que nem entendi. Mas vou verificar de novo e ver melhor para entender '-'
@EDIT
Tente assim:
Em OnPlayerDisconnect:
pawn Код:
KillTimer(tempotp[playerid]); KillTimer(tempotp2[playerid]); KillTimer(tempotp3[playerid]);
No incio do GM:
pawn Код:
new tempotp3[MAX_PLAYERS];
Neste SetTimer
pawn Код:
SetTimerEx("antitp3",2000,false,"d",playerid);
//Coloca Assim tempotp3[playerid] = SetTimerEx("antitp3",2000,false,"d",playerid);
|
Obrigado,funcionou, Rep =D