SA-MP Forums Archive
Script problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Script problem. (/showthread.php?tid=413630)



Script problem. - SiRbEaSt - 06.02.2013

I'm trying to host my GM but it says GM is Unknown...
The only warnings I get after compile are those:

Quote:

C:\Users\Admin\Desktop\SA-MP stuff\GM stuff\gamemodes\test.pwn(348 : warning 203: symbol is never used: "seek"
C:\Users\Admin\Desktop\SA-MP stuff\GM stuff\gamemodes\test.pwn(351 : warning 203: symbol is never used: "seek"
C:\Users\Admin\Desktop\SA-MP stuff\GM stuff\gamemodes\test.pwn(87381) : warning 203: symbol is never used: "IsAnsaspCar"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Warnings.

But I don't think those are the problem for it.


Re: Script problem. - Admigo - 06.02.2013

That means your are using the variables but you never defined them.
At on top of u script:
pawn Код:
new seek=0;
new IsAnsaspCar[MAX_VEHICLES]=0;



Re: Script problem. - SiRbEaSt - 06.02.2013

Quote:
Originally Posted by Admigo
Посмотреть сообщение
That means your are using the variables but you never defined them.
At on top of u script:
pawn Код:
new seek=0;
new IsAnsaspCar[MAX_VEHICLES]=0;
Thank you, but will it fix the "Unknown" problem?


Re: Script problem. - Kirollos - 06.02.2013

Quote:
Originally Posted by SiRbEaSt
Посмотреть сообщение
Thank you, but will it fix the "Unknown" problem?
we no,

it means you are missing plugins.

Use nativechecker plugin to know the missing plugin tho https://sampforum.blast.hk/showthread.php?tid=249226