How to solve this 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: How to solve this problem! (
/showthread.php?tid=662014)
How to solve this problem! -
Malph - 21.12.2018
So today, i installed downloaded SAMP 0.3.7 R2 windows server from
https://www.sa-mp.com/download.php
after i downloaded it i opened pawno, and opened the gamemode file Grandlarc, i just wanted to compile it only, i didn't add any script yet. i got this error.
http://prntscr.com/lxyc2p
and there is NO 530..
http://prntscr.com/lxyelc
please help! <3
Re: How to solve this problem! -
cuber - 21.12.2018
'gArmySpawns', 'gMedicalSpawns' & 'gPoliceSpawns' can be found in the 'gl_spawns.inc" file inside
the includes folder 'C:\Users\user\Desktop\servera\gamemodes\include'
Re: How to solve this problem! -
Malph - 21.12.2018
There is no Include folder inside the Gamemode folder
http://prntscr.com/lxymt9
Re: How to solve this problem! -
Tickle - 21.12.2018
http://files.sa-mp.com/samp037_svr_R2-1-1_win32.zip
It's here.
Re: How to solve this problem! -
Malph - 21.12.2018
same files. same error.
Re: How to solve this problem! -
Tickle - 21.12.2018
You don't even have to worry about them, they aren't errors but warnings indicating you created those but they were never used. You can simply comment them out however with //
Re: How to solve this problem! -
AlfaSufaIndo - 22.12.2018
All you have to do is press CTRL + F in pawno
And then, type gArmySpawns etc. and click find..
If its found, delete it or comment with //
Re: How to solve this problem! -
Malph - 23.12.2018
Problem solved, Thanks!