Thread: [Any] Monster
View Single Post
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 05-03-2016 , 06:31   Re: [Any] Monster
Reply With Quote #43

Quote:
Originally Posted by wOOw View Post
Code:
//// monster.sp
//
// montster.sp(90) error 178 : cannot coerce char[] to any[]; storage classes differ
//
// 1 Error.
//
// Compilation Time: 0.44 sec
// -----------------------------------------------
just edit line 90:

old:
Code:
		PushArrayArray(MonsterColor, "255,255,255");
new:
Code:
	PushArrayString(MonsterColor, "255,255,255");
complie fine, not tested in csgo. would appreciate a feedback.

edit: attached - plugin translated to new syntax

edit2: works on csgo! now, we just need some monster models.
Attached Files
File Type: sp Get Plugin or Get Source (monster.sp - 466 views - 27.2 KB)
__________________
coding & free software

Last edited by shanapu; 05-03-2016 at 09:34.
shanapu is offline