21.01.2018, 09:13
PHP код:
stock HidePlayerVelocimetro(playerid) {
if ( !PlayerVelocimetro[playerid] ) {
return 0;
}
for( new text; text != 4; text++) PlayerTextDrawHide(playerid, textPlayerVelocimetro[text][playerid]);
PlayerVelocimetro[playerid] = false ;
KillTimer(PlayerVelocimetroTimer[playerid]);
return 1;
}
Tag Mismatch