Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

Salut,am urmatoarele probleme cu o linie in include:

 

C:\Users\User\Desktop\LinkMania RPG\GameMode Server - LinkMania\pawno\include\in.inc(238) : error 017: undefined symbol "AddRouletteTable"
C:\Users\User\Desktop\LinkMania RPG\GameMode Server - LinkMania\pawno\include\in.inc(238) : warning 215: expression has no effect
C:\Users\User\Desktop\LinkMania RPG\GameMode Server - LinkMania\pawno\include\in.inc(238) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\LinkMania RPG\GameMode Server - LinkMania\pawno\include\in.inc(238) : error 017: undefined symbol "interior"
C:\Users\User\Desktop\LinkMania RPG\GameMode Server - LinkMania\pawno\include\in.inc(238) : fatal error 107: too many error messages on one line

Compilation aborted.

Pawn compiler 3.2.3664              Copyright (c) 1997-2017, ITB CompuPhase


4 Errors.

Linia 238 arata cam asa

AddRouletteTable(0, 2241.6997, 1618.2415, 1006.1790,    .world = 1,     .interior = 1);

Multumesc pentru timpul acordat. 

1 answer to this question

Recommended Posts

  • 0
Posted
stock AddRouletteTable(idx, Float: pos_x, Float: pos_y, Float: pos_z, Float: rot_x = 0.0, Float: rot_y = 0.0, Float: rot_z = 0.0, world = 0, interior = 0, bool: create_object = false)
{
    if(create_object) E_ROULETTE[idx][rouletteObject] = CreateDynamicObject(1978, pos_x, pos_y, pos_z, rot_x, rot_y, rot_z, world, interior);
    E_ROULETTE[idx][roulettePlayers] = 0, E_ROULETTE[idx][rouletteLabel] = CreateDynamic3DTextLabel("(( ROULETTE TABLE ))\nTable is {00BA19}available{9CBFE5}\nSlots Occupied: 0/5", 0x9CBFE5FF, pos_x, pos_y, pos_z, 10.0, .worldid = world, .interiorid = interior);
    return idx;
}

Pwp

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.