Script problem.
#1

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.
Reply
#2

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;
Reply
#3

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?
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)