1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

ERROR! :(

Discussion in 'Modding Help' started by Risa3571, Nov 4, 2014.

  1. Risa3571

    Risa3571 Builder Stabber

    Messages:
    5
    It seems to have this problem but i dont know how to fix it.. :/ Hmm..

    [13:45:00] Script: Compiling bool onServerProcessChat(CRules@, const string&in, string&out, CPlayer@)
    [13:45:00] Script: 'tilemapheight' is not declared
    [13:45:00] [line 87 char 85] Vec2f mapCenter = Vec2f( map.tilemapwidth = tilemapwidth/2, map.tilemapheight = tilemapheight/2 );
    [13:45:00] in file '../Mods/Shiprekt+v9rc7/Rules/Common/Shiprekt.as':
    [13:45:00] Script: 'tilemapwidth' is not declared
    [13:45:00] [line 87 char 49] Vec2f mapCenter = Vec2f( map.tilemapwidth = tilemapwidth/2, map.tilemapheight = tilemapheight/2 );
    [13:45:00] in file '../Mods/Shiprekt+v9rc7/Rules/Common/Shiprekt.as':
    [13:45:00] Script: Can't implicitly convert from 'const int' to 'Vec2f'.
    [13:45:00] [line 87 char 23] Vec2f mapCenter = Vec2f( map.tilemapwidth = tilemapwidth/2, map.tilemapheight = tilemapheight/2 );
    [13:45:00] in file '../Mods/Shiprekt+v9rc7/Rules/Common/Shiprekt.as':[13:45:00] Script: Compiling bool onServerProcessChat(CRules@, const string&in, string&out, CPlayer@)
    [13:45:00] Script: 'tilemapheight' is not declared
    [13:45:00] [line 87 char 85] Vec2f mapCenter = Vec2f( map.tilemapwidth = tilemapwidth/2, map.tilemapheight = tilemapheight/2 );
    [13:45:00] in file '../Mods/Shiprekt+v9rc7/Rules/Common/Shiprekt.as':
    [13:45:00] Script: 'tilemapwidth' is not declared
    [13:45:00] [line 87 char 49] Vec2f mapCenter = Vec2f( map.tilemapwidth = tilemapwidth/2, map.tilemapheight = tilemapheight/2 );
    [13:45:00] in file '../Mods/Shiprekt+v9rc7/Rules/Common/Shiprekt.as':
    [13:45:00] Script: Can't implicitly convert from 'const int' to 'Vec2f'.
    [13:45:00] [line 87 char 23] Vec2f mapCenter = Vec2f( map.tilemapwidth = tilemapwidth/2, map.tilemapheight = tilemapheight/2 );
    [13:45:00] in file '../Mods/Shiprekt+v9rc7/Rules/Common/Shiprekt.as':