Posts: 340
Threads: 189
Joined: Apr 2014
Reputation:
0
How can you load some pawn codes from a website? i know is a php function, but is possible to include a file .inc from a website ?
Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by KevinExec
What do you mean bruh
|
He's asking if he can #include stuff from a website. So he always has the latest version.
Ot:
Not that I know of.
Posts: 82
Threads: 6
Joined: Oct 2009
Reputation:
0
No, unless you create something that downloads it before you compile (like a precompiler).
Posts: 791
Threads: 113
Joined: Aug 2008
Reputation:
0
Shortly described, everything from an include is converted to pieces of memory once you compile your gamemode. The only thing dynamically external you may have except for the gamemode is filterscripts, since plugins needs to be included within the gamemode.
If you would like to keep a filterscript updated at all times by downloading it from a website then:
Yes. It is possible, with the right skills and knowledge.