removes vip requirement to change hitmarker sounds
This commit is contained in:
parent
bdb45e28d8
commit
b74ab57bdf
@ -485,9 +485,6 @@ stock ShowSoundsMenu( playerid )
|
|||||||
/* ** Commands ** */
|
/* ** Commands ** */
|
||||||
CMD:hitmarker( playerid, params[ ] )
|
CMD:hitmarker( playerid, params[ ] )
|
||||||
{
|
{
|
||||||
if ( p_VIPLevel[ playerid ] < 1 )
|
|
||||||
return SendError( playerid, "You are not a V.I.P, to become one visit "COL_GREY"donate.sfcnr.com" );
|
|
||||||
|
|
||||||
ShowSoundsMenu( playerid );
|
ShowSoundsMenu( playerid );
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user