ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2864

I would like some help

by Cayman_-Modz - 12-06-2018 - 09:21 PM
#1
who could help me .. to make the spawns code the script.. 

I would like to create a modloader with the .sprx file


I found it as a clue to the source of the menu ArabicGuy


Code:
if(!IsScriptActived("ArabicGuy"))
            {
                REQUEST_SCRIPT("ArabicGuy");
                int tick = 0;
                while(!HAS_SCRIPT_LOADED("ArabicGuy"))
                {
                    tick++;
                    REQUEST_SCRIPT("ArabicGuy");
                    if(tick >= 500)
                    {
                    print("~r~Error", 2000);
                    break;
                    }
                    WAIT(0);
                }
                START_NEW_SCRIPT("ArabicGuy",6304);//stack size
                SET_SCRIPT_AS_NO_LONGER_NEEDED("ArabicGuy");
            }
            else
            {
                TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME("ArabicGuy");
            }
Reply
#2
Dont think you can make a sprx loader
Code:
if (Fresh)
{
   Notify("FBModderFresh");
   Notify("SanjuroDev");
}
Reply
#3
(12-06-2018 - 11:06 PM)FBModderFresh Wrote: Dont think you can make a sprx loader

Its not a sprx loader. It loads a script file.
Reply
#4
(12-06-2018 - 11:44 PM)TheBigNooga Wrote:
(12-06-2018 - 11:06 PM)FBModderFresh Wrote: Dont think you can make a sprx loader

Its not a sprx loader. It loads a script file.

Is there any way to get them to load them from a.sprx file ?!

Without having to use a modloader base?
Reply
#5
(12-06-2018 - 11:58 PM)Cayman_-Modz Wrote:
(12-06-2018 - 11:44 PM)TheBigNooga Wrote:
(12-06-2018 - 11:06 PM)FBModderFresh Wrote: Dont think you can make a sprx loader

Its not a sprx loader. It loads a script file.

Is there any way to get them to load them from a.sprx file ?!

Without having to use a modloader base?

No. The script file must be in the update.rpf
Reply
#6
Join this discord. Alway here to help. 
https://discord.gg/N6GRm4E
Reply
#7
(12-07-2018 - 12:08 AM)TheBigNooga Wrote:
(12-06-2018 - 11:58 PM)Cayman_-Modz Wrote:
(12-06-2018 - 11:44 PM)TheBigNooga Wrote:
(12-06-2018 - 11:06 PM)FBModderFresh Wrote: Dont think you can make a sprx loader

Its not a sprx loader. It loads a script file.

Is there any way to get them to load them from a.sprx file ?!

Without having to use a modloader base?

No. The script file must be in the update.rpf

yes, I know that.. Update + scripts 

but this code does not start the tree 

for that I wanted help.. Please
Reply
#8
yes it is possible to activate script from a sprx
Reply

Users browsing: 1 Guest(s)