|
|
#1 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2011
Posts: 540
Reputation: 9
|
well, at moment I use y_ini system of saving stuff, I wanted make a simple ban and unban system for my server but when I want to unban ip from rcon cmd I get 2 error of getting the ip
pawn Code:
Code:
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(9294) : error 017: undefined symbol "name" D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(9294) : error 017: undefined symbol "value" any one know what its wrong? |
|
|
|
|
|
#2 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Sep 2010
Location: Romanian
Posts: 861
Reputation: 15
|
try
pawn Code:
|
|
|
|
|
|
#3 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2011
Posts: 540
Reputation: 9
|
same problem, and some of stuff which you written is useless, like
Code:
if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, COLOR_WHITE, "This player is not connected!"); |
|
|
|
|
|
#4 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2011
Posts: 540
Reputation: 9
|
any one else?
|
|
|
|
|
|
#5 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Mar 2012
Location: Gurgaon,India
Posts: 743
Reputation: 137
|
Show line 9294
|
|
|
|
|
|
#6 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2011
Posts: 540
Reputation: 9
|
|
|
|
|
|
|
#7 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2011
Posts: 540
Reputation: 9
|
any one? any ideas? and who made y_ini system should know the solution
|
|
|
|
|
|
#8 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2008
Location: 629
Posts: 13,340
Reputation: 1911
|
y_ini works on a completely different premise to other INI systems. You need to carefully read the tutorial to understand how to load data using its callbacks (similar to how the MySQL plugins do it).
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INI_String problem | ]mxco[ | Scripting Help | 0 | 24/02/2012 04:59 PM |
| Y_INI -> Undefined symbol: "INI_String"? | Scarred | Scripting Help | 6 | 21/02/2012 02:06 PM |
| INI_String | AntiGen | Scripting Help | 24 | 14/09/2011 07:20 PM |
| Undefined symbol "INI_String" but I have #include <YSI\y_ini> | Jack_Leslie | Help Archive | 6 | 31/07/2011 06:57 AM |
| Two errors. (Dialogs, Y_Ini & Whirlpool) - Unidentified symbol: INI_String. | shitbird | Help Archive | 2 | 11/05/2011 07:31 PM |