<?php
PHP NOTICE:
Undefined variable: command in C:\Users\T3charmy\SpiderOak\PRISM\modules
\prism_plugins.php on line 252
1 :: canUserAccessCommand in C:\Users\T3charmy\SpiderOak\PRISM\modules\p
rism_plugins.php:212
2 :: handleCmd in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_plugin
s.php:156
3 :: dispatchPacket in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_h
osts.php:440
4 :: handlePacket in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_hos
ts.php:323
5 :: checkTraffic in C:\Users\T3charmy\SpiderOak\PRISM\PHPInSimMod.php:2
25
PHP NOTICE:
Indirect modification of overloaded property ClientHandler::$UName has n
o effect in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_plugins.php on line
256
1 :: canUserAccessCommand in C:\Users\T3charmy\SpiderOak\PRISM\modules\p
rism_plugins.php:212
2 :: handleCmd in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_plugin
s.php:156
3 :: dispatchPacket in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_h
osts.php:440
4 :: handlePacket in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_hos
ts.php:323
5 :: checkTraffic in C:\Users\T3charmy\SpiderOak\PRISM\PHPInSimMod.php:2
25
PHP NOTICE:
Undefined variable: command in C:\Users\T3charmy\SpiderOak\PRISM\modules
\prism_plugins.php on line 257
1 :: canUserAccessCommand in C:\Users\T3charmy\SpiderOak\PRISM\modules\p
rism_plugins.php:212
2 :: handleCmd in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_plugin
s.php:156
3 :: dispatchPacket in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_h
osts.php:440
4 :: handlePacket in C:\Users\T3charmy\SpiderOak\PRISM\modules\prism_hos
ts.php:323
5 :: checkTraffic in C:\Users\T3charmy\SpiderOak\PRISM\PHPInSimMod.php:2
25
T3charmy tried to access cmdHelp.
?>
<?php
$this->registerPacket('onObjectHit', ISP_OBH);
?>
<?php
public function onObjectHit(IS_OBH $OBH)
{
$Objects = array(0 => 'Scenery Object',
4 => 'Long Chalk Line', 5 => 'Short Chalk Line',
6 => 'Short Ahead Arrow', 7 => 'Long Ahead Arrow',
8 => 'Short Left Curve Arrow', 9 => 'Left Turn Arrow', 10 => 'Long Left Curve Arrow',
11 => 'Short Right Curve Arrow', 12 => 'Right Turn Arrow', 13 => 'Long Right Curve Arrow',
20 => 'Red+White Cone', 21 => 'Red Cone', 22 => 'Striped Red Cone',
23 => 'Striped Blue Cone', 24 => 'Blue Cone',
25 => 'Striped Green Cone', 26 => 'Green Cone',
27 => 'Orange Cone', 28 => 'White Cone',
29 => 'Striped Yellow Cone', 30 => 'Yellow Cone',
40 => 'Red Directional Cone', 41 => 'Blue Directional Cone',
42 => 'Green Directional Cone', 43 => 'Yellow Directional Cone',
48 => 'Single Tire', 49 => 'Tire Stack of 2',
50 => 'Tire Stack of 3', 51 => 'Tire Stack of 4',
52 => 'Big Single Tire', 53 => 'Big Tire Stack of 2',
54 => 'Big Tire Stack of 3', 55 => 'Big Tire Stack of 4',
64 => 'Left Curve Marker', 65 => 'Right Curve Marker',
66 => 'Left Turn Marker', 67 => 'Right Turn Marker',
68 => 'Hard Left Turn Marker', 69 => 'Hard Right Turn Marker',
70 => 'Left->Right Road Marker', 71 => 'Right->Left Road Marker',
72 => 'U-Turn->Right Turn Marker', 73 => 'U-Turn->Left Turn Marker',
74 => 'Left Winding Turn Marker', 75 => 'Right Winding Turn Marker',
76 => 'Left U-Turn Marker', 77 => 'Right U-Turn Marker',
84 => '25m Sign', 85 => '50m Sign',
86 => '75m Sign', 87 => '100m Sign',
88 => '125m Sign', 89 => '150m Sign',
90 => '200m Sign', 91 => '250m Sign',
96 => 'Short Railing', 97 => 'Medium Railing', 98 => 'Long Railing',
104 => 'Long Barrier', 105 => 'Red Barrier', 106 => 'White Barrier',
112 => 'Banner', 113 => 'Banner',
120 => 'Ramp', 121 => 'Wide Ramp',
128 => '10m Speed Bump', 129 => '6m Speed Bump',
136 => 'Green Post', 137 => 'Orange Post',
138 => 'Red Post', 139 => 'White Post',
144 => 'Hay Bale', 148 => 'Railing',
160 => 'Keep Left Sign', 161 => 'Keep Right Sign',
168 => '80 KM/H Sign', 169 => '50 KM/H Sign');
$MTC = new IS_MTC;
$MTC->UCID(255)->Text('^2> ^7'.$this->getClientByPLID($OBH->PLID)->PName.' ^7Hit a(n) ^3'.$Objects[$OBH->Index])->Send();
}
?>
<?php
flags = 104
?>
<?php
flags = 40
?>
<?php
[localhost]
ip = "localhost"
port = 29999
socketType = 1
pps = 4
flags = 104
?>