Jump to content

Recommended Posts

Posted (edited)

sall, am o problema cu sistemul de apartamente.:


apartamente.pwn(74) : error 017: undefined symbol "gString"
apartamente.pwn(74) : error 017: undefined symbol "gString"
apartamente.pwn(75) : error 017: undefined symbol "gString"
apartamente.pwn(75) : error 017: undefined symbol "gString"
apartamente.pwn(76) : error 017: undefined symbol "gString"
apartamente.pwn(103) : warning 202: number of arguments does not match definition
apartamente.pwn(103) : warning 202: number of arguments does not match definition
apartamente.pwn(111) : error 017: undefined symbol "gString"
apartamente.pwn(111) : warning 215: expression has no effect
apartamente.pwn(111) : error 001: expected token: ";", but found "]"
apartamente.pwn(111) : error 029: invalid expression, assumed zero
apartamente.pwn(111) : fatal error 107: too many error messages on one line

pastebin: https://pastebin.com/zKtQ5Drc

Edited by jesusiseu
  • 2 weeks later...
Posted

PAWN este case sensitive tu ai pus:

new gstring[128]

iar tu in functii ai pus gString. Schimba declaratia in:

new gString[128]

 

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.