23.02.2011, 00:40
Hia,
I'm trying to add some pickups into my gamemode at the airports that subtract your money and then teleport you to another airport. I'm not sure if they even work yet because Pawn keeps reporting that the symbols are undefined.
Relevant pieces of code:
Errors:
I've been able to solve most of my problems with Pawn myself, but this problem is annoying the living hell out of me. I followed code samples from this forum and they worked for the people asking for help, I don't know why they're giving me errors.
I'm trying to add some pickups into my gamemode at the airports that subtract your money and then teleport you to another airport. I'm not sure if they even work yet because Pawn keeps reporting that the symbols are undefined.
Relevant pieces of code:
Code:
Line 10: new LSAirportSouth; Line 256: LSAirportSouth = CreatePickup(1239, 19, 1685.8397, -2333.0193, 13.3202);
Code:
ocfreeroam01.pwn(256) : error 017: undefined symbol "LSAirportSouth"