This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"tunable":"XP_TUNABLE_DAILY_DEATHMATCH","index":4088,"type":"float"}, | |
{"tunable":"XP_TUNABLE_DAILY_MISSION","index":4089,"type":"float"}, | |
{"tunable":"XP_TUNABLE_DAILY_RACE","index":4090,"type":"float"}, | |
{"tunable":"XP_TUNABLE_FIRST_WIN_OF_THE_DAY_BONUS","index":4091,"type":"float"}, | |
{"tunable":"XP_TUNABLE_PLAY_ONE_OF_EACH_GAME_TYPE_AND_MINIGAME","index":4092,"type":"float"}, | |
{"tunable":"XP_TUNABLE_PLAY_TEN_ROCKSTAR_VERIFIED_RACES_MISSIONS_OR_DEATHMATCHES","index":4093,"type":"float"}, | |
{"tunable":"XP_TUNABLE_WIN_TEN_RACES_OR_DEATHMATCHES_CREATED_BY_OTHER_PLAYERS","index":4094,"type":"float"}, | |
{"tunable":"XP_TUNABLE_PERFORMING_JOBS_WITH_OTHER_PLAYERS","index":4095,"type":"float"}, | |
{"tunable":"XP_TUNABLE_COMPLETE_FRIENDS_CREATION","index":4096,"type":"float"}, | |
{"tunable":"XP_TUNABLE_PLAY_YOUR_CREATIONS_AGAINST_OTHER_PLAYERS","index":4097,"type":"float"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int scene = -1; | |
int spikes[3]; | |
void jb700_eject() | |
{ | |
Vehicle veh = GET_VEHICLE_PED_IS_IN(PLAYER_PED_ID(), 1); | |
REQUEST_AMBIENT_AUDIO_BANK("CAR_STEAL_3_SCREAM", 0); | |
REQUEST_AMBIENT_AUDIO_BANK("CAR_THEFT_MOVIE_LOT", 0); | |
REQUEST_ANIM_DICT("misscarsteal4@actress"); | |
if (IS_CONTROL_JUST_PRESSED(2, 0xCD) && GET_ENTITY_MODEL(GET_VEHICLE_PED_IS_IN(PLAYER_PED_ID(), 1)) == GET_HASH_KEY("jb700")) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function fetch_shouts(&$shoutobj, $limit = 20, $archive = false, $search_terms = false, $single_only = false) | |
{ | |
$settings = $this->fetch_user_settings($this->vbulletin->userinfo['userid']); | |
$ignored = explode(',', $settings['s_ignored']); | |
$ignored[] = '-1'; | |
$this->clean_array($ignored); | |
$ignored = implode(',', $ignored); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$posts = $db->query_read(" | |
SELECT | |
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, | |
user.*, userfield.*, usertextfield.*, | |
" . iif($forum['allowicons'], 'icon.title as icontitle, icon.iconpath,') . " | |
" . iif($vbulletin->options['avatarenabled'], 'avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,') . " | |
" . ((can_moderate($thread['forumid'], 'canmoderateposts') OR can_moderate($thread['forumid'], 'candeleteposts')) ? 'spamlog.postid AS spamlog_postid,' : '') . " | |
" . iif($deljoin, 'deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,') . " | |
" . ($fetch_api_info ? "apipost.platformname AS mobile_platformname," : "") . " | |
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#using scripts\codescripts\struct; | |
#using scripts\shared\array_shared; | |
#using scripts\shared\callbacks_shared; | |
#using scripts\shared\clientfield_shared; | |
#using scripts\shared\compass; | |
#using scripts\shared\exploder_shared; | |
#using scripts\shared\flag_shared; | |
#using scripts\shared\laststand_shared; | |
#using scripts\shared\math_shared; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#using scripts\codescripts\struct; | |
#using scripts\shared\callbacks_shared; | |
#insert scripts\shared\shared.gsh; | |
#insert scripts\zm\_zm_utility.gsh; | |
//Perks | |
#using scripts\zm\_zm_perks; | |
//include these because not all maps have them | |
#using scripts\zm\_zm_perk_deadshot; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated by Call of Duty: MWR - do not modify - dehashed by Tustin (https://github.com/Tustin) | |
seta 0x2A70777D "1" | |
seta con_gameMsgWindow0MsgTime "5" //0xFC60C821 | |
seta con_gameMsgWindow0LineCount "6" //0xCF9068E8 | |
seta con_gameMsgWindow0ScrollTime "0.25" //0x09CE586D | |
seta con_gameMsgWindow0FadeInTime "0.25" //0x8E96CE41 | |
seta con_gameMsgWindow0FadeOutTime "0.5" //0x0012C660 | |
seta con_gameMsgWindow1MsgTime "8" //0x823D1218 | |
seta con_gameMsgWindow1LineCount "6" //0x347799E1 | |
seta con_gameMsgWindow1ScrollTime "0.25" //0xEF8F404C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function draw_insta_kill() { | |
self.insta_kill_timer = newClientHudElem(self); | |
self.insta_kill_timer.horzAlign = "center"; | |
self.insta_kill_timer.vertAlign = "bottom"; | |
self.insta_kill_timer.alignX = "center"; | |
self.insta_kill_timer.alignY = "bottom"; | |
self.insta_kill_timer.alpha = 1; | |
self.insta_kill_timer.fontScale = 1.8; | |
self.insta_kill_timer setText("Insta-kill: " + Int(level.zombie_vars[self.team]["zombie_insta_kill_time"])); | |
return self.insta_kill_timer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#using scripts\codescripts\struct; | |
#using scripts\shared\clientfield_shared; | |
#using scripts\shared\system_shared; | |
#using scripts\shared\util_shared; | |
#using scripts\shared\flag_shared; | |
#insert scripts\shared\shared.gsh; | |
#insert scripts\shared\version.gsh; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class TunablesDiff { | |
//tunable value existed before, but it's value was changed | |
const TUNABLE_VALUE_CHANGED = 1; | |
//tunable value didn't exist before and was just added | |
const TUNABLE_NEW = 2; | |
//tunable was removed from the new version | |
const TUNABLE_REMOVED = 3; | |
public static function SortTunables($tunableJson) { |
OlderNewer