Megpróbálkoztam vele, nem teszteltem, majd mondd meg az eredményt.
public OnPlayerCommandText( playerid, cmdtext[ ] ) {
if( strcmp( \"/titkosparancs\", cmdtext, true ) == 0 ) {
if( GetTickCount( ) - GetPVarInt( playerid, \"iLastTick\" ) < 352800 ) {
SendClientMessage( playerid, 0xFF0000AA, \"Ezt a parancsot csak 5 perc elteltével tudod újra használni!\" );
} else {
SetPVarInt( playerid, \"iLastTick\", GetTickCount( ) );
//parancs
SendClientMessage( playerid, COLOR_GREEN, \"SAJT\" );
}
}
return 1;
}
Ha nem tudod beilleszteni, akkor segítek, csak másold fel a forráskódodat.