| Blockland Forums > Modification Help |
| Anoying Error |
| (1/1) |
| _Dark_:
I get this error for a playertype I have. I honestly don't see anything wrong with it. --- Quote ---datablock PlayerData(PlayerSpeedCola : PlayerStandardArmor) { runforce = 100 * 94; runEnergyDrain = 0 maxForwardSpeed ##=## 10; maxBackwardSpeed = 5; maxSideSpeed = 4; canJet = 0; maxDamage = 50; maxForwardCrouchSpeed = 5; maxBackwardCrouchSpeed = 5; maxSideCrouchSpeed = 3; uiName = "Speed Cola"; showEnergyBar = false; runSurfaceAngle = 55; jumpSurfaceAngle = 55; maxDamage = 100; }; --- End quote --- |
| Amade:
You forgot to end the previous line with a semicolon (;). |
| _Dark_:
--- Quote from: Amade on September 29, 2011, 06:16:40 PM ---You forgot to end the previous line with a semicolon (;). --- End quote --- Oh wow I feel stupid. Locking topic. |
| Navigation |
| Message Index |