Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Tags
Member Avatar for MaestroS

Well, I wonder HOW to make an explode() function from PHP in C++ For those who don't know. explode($separator, $string) breaks given $string through given $separator for example: [code] $string = "Hello world!"; $result = explode(" ", $string); echo $result[0]; //IT will give us HELLO word echo $result[1]; //IT will …

Member Avatar for Stefano Mtangoo
0
863
Member Avatar for MaestroS

I'd like to ask you for components names (and expecially links to 'em) for Delphi to game projects. I heard about an Omega, but it doesn't work for my Delphi 7 SE... Thanks in advance!

Member Avatar for jwenting
0
103
Member Avatar for MaestroS

Well, I were trying to make code that gets a XML element from the file and replaces with new data. Here is my code. Parsing command: function ExecuteCMD($forplayer, $what, $to) { $player_dir = 'D:\\Programy\\Open Tibia Server Project\\DeadTouch Binary\\data\\players\'; $SetPlayer = file_get_contents($player_dir . "\\" . $forplayer . ".xml"); $SetPlayer = str_replace($what, …

Member Avatar for dr4g
0
755
Member Avatar for MaestroS

Well, I got a problem with OMEGA's components installation. In instruction is written: 'Launch OmegaInstaller (...)' - it means, that this installator will install components automatically, but it doesn't! Can someone tell me, how to install these components manually ?

Member Avatar for radu84
0
87
Member Avatar for MaestroS

I really want to know WHERE I can find a simple example of parser for own script language for games. I found one on gamedev.pl [polish site], but I can't stick together all parts of the code. It'd be nice if someone can post a links to examples. I mean …

Member Avatar for MaestroS
0
1K