Include codes from HTTP?
#1

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 ?
Reply
#2

What do you mean bruh
Reply
#3

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.
Reply
#4

No, unless you create something that downloads it before you compile (like a precompiler).
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)