The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script
LolMak Offline
Junior Member

Posts: 9
Threads: 4
Joined: Feb 2012
Reputation: 0
#1
Script

Hello guys, i need help with my inventory hps. I need combine item, two item, I wrote this script:///////////////////////////////////
////////////COMBINATIONS///////////
///////////////////////////////////

void Oleniym(string &in asItemA, string &in asItemB)
{
PlayGuiSound("15_make_hammer", 1.0f);
GiveItem("Oleniym", "chemical", "Oleniym", "hollow_needle.tga", 1);
}

////////////////////////////
// Run at the start of the game.
void OnGameStart()
{

/////COMBOS/////
AddCombineCallback("Water_Acrid", ""chemical_container_1", "chemical_container_epoxy_1", "Water_Acrid", true);
}
But it does not work. Please tell me my mistake.
05-24-2012, 12:35 PM
Find


Messages In This Thread
Script - by LolMak - 05-24-2012, 12:35 PM
RE: Script - by wolfmaster1231 - 05-24-2012, 01:17 PM
RE: Script - by LolMak - 05-24-2012, 01:24 PM
RE: Script - by wolfmaster1231 - 05-24-2012, 01:26 PM
RE: Script - by Cranky Old Man - 05-24-2012, 01:54 PM



Users browsing this thread: 1 Guest(s)