Thread: [Solved] Compiling error
View Single Post
Author Message
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South Korea
Old 02-11-2021 , 00:20   Compiling error
Reply With Quote #1

Hello, I got problem when compiling this one.

Errors:
PHP Code:
//// ze_dfinth.sma
//
// dfinth.sma(118) : error 001: expected token: ")", but found ":"
// dfinth.sma(118) : error 029: invalid expression, assumed zero
// dfinth.sma(118) : warning 215: expression has no effect
// dfinth.sma(118) : error 001: expected token: ";", but found ")"
// dfinth.sma(118) : fatal error 107: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file compiled\dfinth.amx (compile failed).
//
// Compilation Time: 0.31 sec
// ---------------------------------------- 
Line 118:
PHP Code:
copy(text[++pos], sizeof text pos 1== ? (zp_core_is_zombie(id) ? " [Knockback Bomb]" " [Blind Bomb]" " [Kill Bomb]") : g_grenade_description[i]) 
__________________

Last edited by nG_getwreck; 02-11-2021 at 05:06.
nG_getwreck is offline