Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
This shouldn't be happening ?
Tagathron
Huge Clucker
Posts: 233
Threads: 48
Joined: Aug 2013
Reputation:
0
#1
01.11.2013, 17:41
Код:
INI_Int("Has it", HasTT[playerid];
It says INI_Int is undefined symbol?
I included y_ini...?
Find
Reply
PrivatioBoni
Gangsta
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
#2
01.11.2013, 17:53
It means you need to define the symbol, which is done via:
pawn Код:
new
If you don't get what I mean, please reply back.
Find
Reply
Tagathron
Huge Clucker
Posts: 233
Threads: 48
Joined: Aug 2013
Reputation:
0
#3
01.11.2013, 17:54
Quote:
Originally Posted by
PrivatioBoni
It means you need to define the symbol, which is done via:
pawn Код:
new
If you don't get what I mean, please reply back.
INI_Int is a function.
Find
Reply
Tamer
High-roller
Posts: 1,099
Threads: 79
Joined: Nov 2011
Reputation:
0
#4
01.11.2013, 19:37
Do the other Y_Ini functions work?
Try going your pawno folder and open pawn editor then open your code by browsing and compile.
Find
Reply
Beckett
High-roller
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
#5
01.11.2013, 21:12
Код:
INI_Int("Has it",
HasTT[playerid];
Are you sure
HasTT
is defined?
Find
Reply
Tagathron
Huge Clucker
Posts: 233
Threads: 48
Joined: Aug 2013
Reputation:
0
#6
01.11.2013, 21:39
It's okay,i've fixed it.
Turns out I forgot a bracket,just haven't noticed it
Код:
INI_Int("Has it", HasTT[playerid]
)
;
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help