Posts: 189
Threads: 60
Joined: Jan 2012
Reputation:
0
I've got a HUGE problem with Pawno.
Whatever I script, doesn't work in game but Complier says no errors.
Only when I delete #endif from end then it says 1 error.
I don't know what to do, what's the other tool for scripting?
I forgot it's name..
Who helps me Rep+
Posts: 686
Threads: 17
Joined: Mar 2013
Reputation:
0
Make sure you're using the correct Pawno.
Go into your pawno folder in your server's directory, then click on Pawno.
Once opened; open your gamemode.pwn file and recompile.
Posts: 189
Threads: 60
Joined: Jan 2012
Reputation:
0
I'm using the good pawno, what's the other tool.
But seriously I can do it like:
AddPlayerVheicle(coordinates)
and it will compile as well as:
AddPlayerVehicle(coordinates)
Something is wrong I tell ya.
What's the name of other tool
Posts: 591
Threads: 70
Joined: Jun 2009
Reputation:
0
Can you give us the code of your sscript ?
Posts: 189
Threads: 60
Joined: Jan 2012
Reputation:
0
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (46) : error 021: symbol already defined: "main"
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (64) : warning 202: number of arguments does not match definition
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (64) : warning 202: number of arguments does not match definition
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (91) : error 017: undefined symbol "ClassSel_SetupCharSelection"
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (94) : warning 202: number of arguments does not match definition
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (113) : error 017: undefined symbol "gPlayerClass"
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (113) : warning 215: expression has no effect
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (113) : error 001: expected token: ";", but found "]"
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (113) : error 029: invalid expression, assumed zero
C:\Users\MARKO\Desktop\Learning\gamemodes\Oohh.pwn (113) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
I did as Gurmani said and this happened, what the shit?