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
I need help with GivePlayerScore error!
Reera
Big Clucker
Posts: 53
Threads: 6
Joined: Dec 2011
Reputation:
0
#1
07.03.2012, 17:07
Problem solved!
Any admin close topic please!
Find
Reply
Campbell-
Big Clucker
Posts: 140
Threads: 2
Joined: Jan 2012
Reputation:
0
#2
07.03.2012, 17:14
https://sampwiki.blast.hk/wiki/SetPlayerScore
Find
Reply
Reera
Big Clucker
Posts: 53
Threads: 6
Joined: Dec 2011
Reputation:
0
#3
07.03.2012, 17:16
Quote:
Originally Posted by
Campbell-
https://sampwiki.blast.hk/wiki/SetPlayerScore
That actually set his score, i dosen't give him score.
And i fixed the problem with this:
PHP код:
stock GivePlayerScore
(
playerid
,
Score
)
{
SetPlayerScore
(
playerid
,
GetPlayerScore
(
playerid
)+
Score
);
}
But now the text draw is gone and i dont get score.
Find
Reply
Campbell-
Big Clucker
Posts: 140
Threads: 2
Joined: Jan 2012
Reputation:
0
#4
07.03.2012, 17:18
Well, you didn't receive any errors so do you have the function 'GivePlayerScore' already defined somewhere?
Find
Reply
Reera
Big Clucker
Posts: 53
Threads: 6
Joined: Dec 2011
Reputation:
0
#5
07.03.2012, 17:20
Quote:
Originally Posted by
Campbell-
Well, you didn't receive any errors so do you have the function 'GivePlayerScore' already defined somewhere?
I just solved the problem.
I just placed the function wrong.
Thank you for trying to help me
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