|
|
#21 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2011
Location: -Sweet Home- Reputation:9999
Posts: 775
Reputation: 116
|
I got this error...
Code:
E:\PC_GTA.SanAndreas -(rip)-(ToeD)\PC_GTA.SanAndreas -(rip)-(ToeD)\GTA.San.Andreas\PAWN\pawno\include\YSI\y_svar.inc(67) : fatal error 111: user error: Please define "MODE_NAME" before including y_svar. Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. |
|
|
|
|
|
#22 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Sep 2009
Location: 127.0.0.1 duhh
Posts: 835
Reputation: 131
|
looks clear right?
define modename at top of your script. pawn Code:
|
|
|
|
|
|
#23 | |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Apr 2012
Posts: 608
Reputation: 93
|
how to solve this error
Quote:
|
|
|
|
|
|
|
#24 |
|
Little Clucker
![]() Join Date: Aug 2010
Posts: 13
Reputation: 0
|
Could some1 take look at this topic ? => http://forum.sa-mp.com/showthread.php?t=362621
Its related to y ini. |
|
|
|
|
|
#25 |
|
Banned
![]() Join Date: Jul 2012
Posts: 92
Reputation: 5
|
Can someone help me with this?
Code:
[22:05:30] ======================================= [22:05:30] | | [22:05:30] | Error: Could not connect to YSI | [22:05:30] | update server (response was 001). | [22:05:30] | | [22:05:30] =======================================
|
|
|
|
|
|
#26 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2008
Location: 629
Posts: 13,314
Reputation: 1909
|
No you didn't, and I already proved that you didn't.
|
|
|
|
|
|
#27 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Apr 2011
Location: Costa Rica MS
Posts: 895
Reputation: 65
|
Help?
Erros http://i.imgur.com/Wu3S7.png Sublime plugin code Code:
import sublime, sublime_plugin
import os
class PawnoCommand(sublime_plugin.TextCommand):
def run(self, edit):
self.view.window().run_command('pawno_compile')
class PawnoCompileCommand(sublime_plugin.WindowCommand):
def run(self):
filePath = self.window.active_view().file_name()
dirName = os.path.dirname(filePath);
os.system("D:\\ServidoresSAMP\\pawno\\pawncc.exe \""+filePath+"\" -D\""+dirName+"\" & pause");
|
|
|
|
|
|
#28 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2008
Location: 629
Posts: 13,314
Reputation: 1909
|
Are you using the correct flags for the compiler? I think they're in the first post.
|
|
|
|
|
|
#29 |
|
Little Clucker
![]() Join Date: Dec 2012
Posts: 1
Reputation: 0
|
i keep getting these three warnings can you help me please!!
warning 235: public function lacks forward declaration (symbol "OnUnoccupiedVehicleUpdate") warning 235: function lacks forward declaration (symbol "OnPlayerTakeDamage") warning 235: function lacks forward declaration (symbol "OnPlayerGiveDamage") |
|
|
|
|
|
#30 |
|
Little Clucker
![]() Join Date: Jun 2012
Posts: 16
Reputation: 0
|
C:\Users\...\Desktop\PawnScite\pawno\include\sscan f2.inc(267) : warning 218: old style prototypes used with optional semicolumns
C:\Users\....\Desktop\PawnScite\pawno\include\ssca nf2.inc(327) : warning 218: old style prototypes used with optional semicolumns |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Some errors and warnings | MusicBeast | Scripting Help | 2 | 11/10/2011 02:02 PM |
| Some errors/warnings | Anzhelov | Server Support | 1 | 21/02/2011 09:22 PM |
| Errors/Warnings help | marinov | Help Archive | 4 | 06/11/2010 06:07 PM |
| 5 Errors and 3 Warnings | nuriel8833 | Help Archive | 2 | 28/08/2010 07:07 AM |