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
Help.
Edw
Huge Clucker
Posts: 308
Threads: 89
Joined: Jun 2014
Reputation:
0
#1
13.06.2014, 20:49
(
Последний раз редактировалось Edw; 26.10.2014 в 17:44.
)
Fixed.
Find
Reply
BossArturKA
Little Clucker
Posts: 26
Threads: 11
Joined: Aug 2013
Reputation:
0
#2
13.06.2014, 21:05
In the TAB Menu a problem with level? Or it is global?
If in the TAN menu: SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
Find
Reply
Edw
Huge Clucker
Posts: 308
Threads: 89
Joined: Jun 2014
Reputation:
0
#3
13.06.2014, 21:11
(
Последний раз редактировалось Edw; 26.10.2014 в 17:44.
)
Fixed.
Find
Reply
Edw
Huge Clucker
Posts: 308
Threads: 89
Joined: Jun 2014
Reputation:
0
#4
14.06.2014, 12:57
(
Последний раз редактировалось Edw; 26.10.2014 в 17:44.
)
Fixed.
Find
Reply
SyntaxQ
Big Clucker
Posts: 190
Threads: 26
Joined: Jan 2014
Reputation:
0
#5
14.06.2014, 14:18
Do you reset the variables on OnPlayerConnect?
pawn Код:
// OnPlayerConnect
PlayerInfo
[
playerid
]
[
pLevel
]
=
0
;
PlayerInfo
[
playerid
]
[
pCash
]
=
0
;
// all..
The data will then be loaded from INI_ParseFile function (main loading of the player file) and put the values into your variables. The same happened with my gamemode, it was fixed by resetting.
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