improve xp for blowing jails
This commit is contained in:
parent
d90be639ad
commit
bea7dcee8b
@ -145,7 +145,7 @@ hook OnPlayerC4Blown( playerid, Float: X, Float: Y, Float: Z, worldid )
|
||||
{
|
||||
g_alcatrazTimestamp = g_iTime + 300;
|
||||
|
||||
GivePlayerExperience( playerid, E_ROBBERY );
|
||||
GivePlayerExperience( playerid, E_ROBBERY, 3.5 );
|
||||
GivePlayerScore( playerid, 3 );
|
||||
GivePlayerWantedLevel( playerid, 24 );
|
||||
ach_HandleJailBlown( playerid );
|
||||
@ -165,7 +165,7 @@ hook OnPlayerC4Blown( playerid, Float: X, Float: Y, Float: Z, worldid )
|
||||
g_jailData[ j ] [ E_BOMBED ] = true;
|
||||
g_jailData[ j ] [ E_TIMESTAMP ] = g_iTime + 300;
|
||||
|
||||
GivePlayerExperience( playerid, E_ROBBERY );
|
||||
GivePlayerExperience( playerid, E_ROBBERY, 2.0 );
|
||||
GivePlayerScore( playerid, 3 );
|
||||
GivePlayerWantedLevel( playerid, 24 );
|
||||
ach_HandleJailBlown( playerid );
|
||||
|
Loading…
Reference in New Issue
Block a user