Raised This Month: $ Target: $400
 0% 

Fy_snow no AWP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kruzika
New Member
Join Date: Apr 2020
Old 04-21-2020 , 05:49   Fy_snow no AWP
Reply With Quote #1

I have just recently made my cs 1.6 server
on fy_snow there is no AWP and SCOUT.
instead of AWP and SCOUT there is M4A1
Could you please help me? ( I have downloaded fy_snow 3 times from different sites, but the problem still occurs)
kruzika is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 04-21-2020 , 22:34   Re: Fy_snow no AWP
Reply With Quote #2

Share links from where you have donwloaded the maps or video?
Alber9091 is offline
ArhangeeL
New Member
Join Date: Apr 2020
Old 04-22-2020 , 10:48   Re: Fy_snow no AWP
Reply With Quote #3

Quote:
Originally Posted by Alber9091 View Post
Share links from where you have donwloaded the maps or video?

Is there really little video in this regard at the moment?
ArhangeeL is offline
Firippu
Senior Member
Join Date: Jan 2007
Old 04-23-2020 , 00:18   Re: Fy_snow no AWP
Reply With Quote #4

I assume you are talking about the M4A1s up at those two platforms behind the spawn points where you kinda hide & scope at. If this is wrong then you need to be more clear about it.

Here's a quick fix for those two locations. Tested on listen server.

EDIT 2: Here's a revision of the plugin. This will fix all the weapons; matching the original map.

Code:
#include <amxmodx>
#include <engine>

#define ITEM_AWP "10"
#define ITEM_SCOUT "8"

public plugin_init() {
	register_plugin("fy_snow_itemswitch","0.2","amxx_community")

	new szMapName[9]
	get_mapname(szMapName,8)
	if(equali(szMapName,"fy_snow")) {
		change_item_by_origin(ITEM_AWP,Float:{576.0,1104.0,-220.0})
		change_item_by_origin(ITEM_AWP,Float:{576.0,-720.0,-220.0})
		change_item_by_origin(ITEM_SCOUT,Float:{368.0,800.0,-284.0})
		change_item_by_origin(ITEM_SCOUT,Float:{976.0,800.0,-284.0})
		change_item_by_origin(ITEM_SCOUT,Float:{912.0,-288.0,-284.0})
		change_item_by_origin(ITEM_SCOUT,Float:{304.0,-288.0,-284.0})
	}
}

public change_item_by_origin(szItem[],Float:fOrigin[3]) {
	new iEntity=find_ent_in_sphere(-1,fOrigin,1.0)
	if(is_valid_ent(iEntity)) {
		DispatchKeyValue(iEntity,"item",szItem)
		DispatchSpawn(iEntity)
	}
}
EDIT 1: here's a link to the bsp version that contains awps & scouts; https://www.mediafire.com/file/adm4f..._snow.bsp/file
__________________

Last edited by Firippu; 04-23-2020 at 23:51. Reason: revision
Firippu is offline
kruzika
New Member
Join Date: Apr 2020
Old 04-23-2020 , 11:15   Re: Fy_snow no AWP
Reply With Quote #5

Quote:
Originally Posted by Firippu View Post
I assume you are talking about the M4A1s up at those two platforms behind the spawn points where you kinda hide & scope at. If this is wrong then you need to be more clear about it.

Here's a quick fix for those two locations. Tested on listen server.

Code:
#include <amxmodx>
#include <engine>

#define ITEM "10"
// SCOUT = 8
//  AWP  = 10

public plugin_init() {
	register_plugin("fy_snow_itemswitch","0.1","amxx_community")

	new szMapName[9]
	get_mapname(szMapName,8)
	if(equali(szMapName,"fy_snow")) {
		change_item_by_origin(ITEM,Float:{576.0,1104.0,-220.0})
		change_item_by_origin(ITEM,Float:{576.0,-720.0,-220.0})
	}
}

public change_item_by_origin(szItem[],Float:fOrigin[3]) {
	new iEntity=find_ent_in_sphere(-1,fOrigin,1.0)
	if(is_valid_ent(iEntity)) {
		DispatchKeyValue(iEntity,"item",szItem)
		DispatchSpawn(iEntity)
	}
}

Yes, I am talking about those spots. Could you please specify what should I do wit the code?
I am new at this.
Thank you in advance.
kruzika is offline
kruzika
New Member
Join Date: Apr 2020
Old 04-23-2020 , 11:18   Re: Fy_snow no AWP
Reply With Quote #6

Quote:
Originally Posted by Alber9091 View Post
Share links from where you have donwloaded the maps or video?
At first, it was downloaded automatically when I entered a server that was running on the fy_snow map.
After that, I deleted the map, then downloaded it from here - https://maps.cs-bg.info/maps/cs/.
After that, I deleted the map again and auto-downloaded it from another server running on the fy_snow ( I checked the server and AWP and SCOUT were there)

As for the video, I do not know what you are referring to.
kruzika is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-23-2020 , 13:58   Re: Fy_snow no AWP
Reply With Quote #7

Basically don't ever download anything from cs-bg.info, especially plugins. Find the map elsewhere.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Old 04-23-2020, 16:40
Firippu
This message has been deleted by Firippu.
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode