Post: This always happens!!! Help
10-08-2010, 08:25 AM #1
iP4Y
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); everytime i try and edit a patch This time it was the TREE PATCH


i tryed putting this code in

Originally posted by another user
doHeart()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 1, 23 + 100 );
heartElem setText( "Enter Text Here" );
self thread destroyOnDeath( heartElem );
for ( ;; )
{
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 1.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 0, 0 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 1.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 0, 1, 0 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 1.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 0, 0, 1 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 1.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 0, 1 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 1.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 5, 5 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 1.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 1, 0 );
wait 0.3;
}
}
[/LEFT]and i get while loading 3/4 of the map a script error code with every Patch i tryed it on i do everything correctly and cant get past this :(
(adsbygoogle = window.adsbygoogle || []).push({});
10-08-2010, 08:31 AM #2
sandman4
VIP MEMBER
I THINK ITS BEcause ur calling a thread without there been one

doHeart()
10-08-2010, 08:34 AM #3
iP4Y
Are you high?
Originally posted by sandman4 View Post
I THINK ITS BEcause ur calling a thread without there been one

doHeart()


i know its not in there but you should be able to Right?? otherwise you wouldn't be able to add any code? i'm lost :(
10-08-2010, 08:36 AM #4
sandman4
VIP MEMBER
Originally posted by lMarco666l View Post
i know its not in there



whats not there
10-08-2010, 08:36 AM #5
did you add it to another gsc other than missions?

you need to make sure its called under player spawned

self thread doHeart();

if its in another gsc you would have to call it like this.

for example if you put it in _events.

self thread maps\mp\_events :: doHeart(); //(example i cannot remember the actual folder names)



get what i mean?
10-08-2010, 08:39 AM #6
KillaPwner
Who’s Jim Erased?
Just make sure that you included in one .gsc any function you are calling.
10-08-2010, 09:21 AM #7
Albanian'
Are you high?
i always add dohearts or other sort of texts in the dd.gsc it always works for me
10-08-2010, 09:28 AM #8
Originally posted by lMarco666l View Post
everytime i try and edit a patch This time it was the TREE PATCH


i tryed putting this code in

[/LEFT]and i get while loading 3/4 of the map a script error code with every Patch i tryed it on i do everything correctly and cant get past this :(


Originally posted by XxprokillahxX View Post
did you add it to another gsc other than missions?

you need to make sure its called under player spawned

self thread doHeart();

if its in another gsc you would have to call it like this.

for example if you put it in _events.

self thread maps\mp\_events :: doHeart(); //(example i cannot remember the actual folder names)



get what i mean?


marco read what i said above^^^^

Originally posted by Uck View Post
i always add dohearts or other sort of texts in the dd.gsc it always works for me

no-one needs to know this he is asking for help.... not who's works

The following user thanked XxprokillahxX for this useful post:

iP4Y
10-08-2010, 09:52 AM #9
iP4Y
Are you high?
Originally posted by XxprokillahxX View Post
marco read what i said above^^^^


no-one needs to know this he is asking for help.... not who's works


Thanks Prokillah Happy +Rep

EDIT: I'm pissed i cant get it to work :Upside Down HappyUpside Down Happy(
it loads 3/4th of the way and crash :(

---------- Post added at 04:52 AM ---------- Previous post was at 04:34 AM ----------

Originally posted by XxprokillahxX View Post
marco read what i said above^^^^


no-one needs to know this he is asking for help.... not who's works


i even tryed your method now and still it doesn't load the map bad syntax Error i give up i'm done wasting my time :(
10-08-2010, 10:03 AM #10
gtav
Bounty hunter
You change only the mission.gsc?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo