Post: Somebody can help me?? plz
01-27-2016, 03:56 AM #1
Abaze
Gobble
(adsbygoogle = window.adsbygoogle || []).push({}); Hi,

my problem is:
when i start the game with the gsc injected, this error crash all the game and i have to close it.

**** 4 script error(s):
**** Unresolved external : "vector_scal" with 2 parameters in "maps/mp/_imcsx_gsc_studio.gsc" at line 1 ****
**** Unresolved external : "booltext" with 1 parameters in "maps/mp/_imcsx_gsc_studio.gsc" at line 1 ****
**** Unresolved external : "setclient

i dont know whats the meening, but i tried to delet recent added scripts but the error still crashing my game.....
plz help me thax.
(adsbygoogle = window.adsbygoogle || []).push({});
01-27-2016, 08:23 AM #2
If it keeps crashing I hope u hv insurance
01-27-2016, 12:34 PM #3
anthonything
Space Ninja
Fixes:

1: Press ctrl + f and find this text "vector_scal", and replace with "vector_scale".

2: Add this function to your code:

    
booltext(bool,text1,text2)
{
if(bool) return text1;
return text2;
}


3: Ctrl + f and find "setclient". Delete the command.



This will resolve the specified conflicts
01-27-2016, 01:20 PM #4
Abaze
Gobble
Thanks , but cleen everything and start from scratch.
i put GSC code in other script script and test which crashes all.
thanks for answering.:yes:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo