Im kinda gutted i didn't start running PlusRP on this instead of shitty PhxRP which gets no updates.
Printable View
Im kinda gutted i didn't start running PlusRP on this instead of shitty PhxRP which gets no updates.
I'm now done with this Emulator and will be developing an RP edit based off another source. It will have gangs, games, attacking pets/bots 100% and I'll probably be releasing it because I know everyone's been asking me for the server we use on Pixel. So anyone who needs help with the server feel free to send me a private message.
You'll get into quite a lot of problems with it, especially with PlusRP's user count. The server sometimes gets buggy when you hit around 60-70 users.
Awesome, but i want to translate all commands and such.
These are the errors i get when i try to Rebuild it:
Warning 1 Cannot find wrapper assembly for type library "Microsoft.Office.Core". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit. Reality
Warning 2 The referenced component 'Microsoft.Office.Core' could not be found.
Does anybody have an idea how to fix this?
For all those people asking for the Jobs script I decided I'll release mine.
How to install
Open navicat and right click groups_details
Once you've right clicked it, select Design Table
Right click and select Add field.
Name the field open and make the type an int
Now you've created the field 'open'
You need to do the exact same thing this, this time you'll name it spots.
Now save the table.
Copy the jobs_apply.php script to anywhere on your website.
Now you're going to add this script somewhere on your website.
- http://pixelnetworks.net/jobs.rarQuote:
Jobs Avaliable (<?php
$getCount = "SELECT COUNT(id) as jobs_amount
FROM
groups_details WHERE open = '1'";
$sRow = mysql_fetch_array(mysql_query($getCount));
$total = $sRow['jobs_amount'];
echo $total;
?>)</h1></div>
<div align="center">
<?php
$result = mysql_query("SELECT * FROM groups_details WHERE open = '1'");
echo "<table cellspacing='3' align='center' width='100%'>
<td align='center' width='25%'><strong>Name</strong></td>
<td align='center' width='25%'><strong>Room ID</strong></td>
<td align='center' width='25%'><strong>Job Payout</strong></td>
<td align='center' width='25%'><strong>Join Now</strong></td>";
while($row = mysql_fetch_array($result))
{
echo "<tr>";
echo "<td align='center'>" . $row['name'] . "</td>";
echo "<td align='center'>" . $row['roomid'] . "</td>";
echo "<td align='center'>" . $row['pay'] . " Credits</td>";
echo "<td align='center'><a href='http://pixelrp.net/jobs_apply.php?id=" . $row['id'] . "'>Join Corperation »</a></td>";
echo "</tr>";
}
echo "</table>";
mysql_close($con);
?>
Next thing I'll be creating is an on-site corp management system.
Divide, i already have Microsoft Office installed.
Do you know what's the problem?
Why is M$ Office called in the emulator? o.0
It's party time?!
http://i50.tinypic.com/n4juch.png
Oh damn, now ive posted my test hotel link and everything :3
Can someone upload the whole swfs? with call police instead of add new friends? That would be very nice
TheDictator
Attempting to get bots to use teleports and its failing big time :3