Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
VehicleA is not PlayerB's vehicle script? [SOLVED]
« previous
next »
Print
Pages: [
1
]
Author
Topic: VehicleA is not PlayerB's vehicle script? [SOLVED] (Read 347 times)
Gordo12699
December 30, 2012, 11:34:36 PM
I tried adding a Grand Theft Auto Script into my [G]RPG but I got this error:
Code:
[Select]
-Snip-
«
Last Edit: January 02, 2013, 08:17:49 PM by Gordo12699
»
Ad Bot
Advertisement
Trinick!
December 30, 2012, 11:49:16 PM
change
if (getTrustLevel(%col.brickGroup, %obj.client.brickGroup) = 0)
to
if (getTrustLevel(%col.brickGroup, %obj.client.brickGroup) == 0)
Gordo12699
December 30, 2012, 11:50:01 PM
Will do, Trialing and Erroring...
Gordo12699
January 02, 2013, 04:01:00 PM
Fixed it, your solution helped and I parented wrong, thanks for the help.
Chrono
January 03, 2013, 01:46:30 PM
Please don't edit your post out.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
VehicleA is not PlayerB's vehicle script? [SOLVED]