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
Tutorials
Linear Mode
[Tutorial] How create a Faction/Organization System on SA-MP !
HY
Gangsta
Posts: 540
Threads: 107
Joined: Sep 2014
Reputation:
0
#5
10.11.2014, 17:03
Quote:
Originally Posted by
Stuun
Awesome! damn you really release too much things hahaha
joking keep it up my friend.
Quote:
Originally Posted by
Crowler
Good job, It'd be awesome to see a save system for it using MySQL.
Thanks !
Quote:
Originally Posted by
DavidBilla
Change this
pawn Код:
if
(
sscanf
(
params,
"i"
, ID, Level
)
)
To this
pawn Код:
if
(
sscanf
(
params,
"ui"
, ID, Level
)
)
Btw use "u" in sscanf for playerids instead of "i"
Because "i" detects only playerids, but "u" detects player names and ids too
Solved.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
How create a Faction/Organization System on SA-MP !
- by
HY
- 10.11.2014, 16:37
Re: How create a Faction/Organization System on SA-MP !
- by
Glossy42O
- 10.11.2014, 16:39
Re: How create a Faction/Organization System on SA-MP !
- by
Crowler
- 10.11.2014, 16:45
Re: How create a Faction/Organization System on SA-MP !
- by
DavidBilla
- 10.11.2014, 16:51
Re: How create a Faction/Organization System on SA-MP !
- by
HY
- 10.11.2014, 17:03
Re: How create a Faction/Organization System on SA-MP !
- by
Indom
- 22.11.2014, 20:57
Re: How create a Faction/Organization System on SA-MP !
- by
PedexM
- 22.11.2014, 22:20
Re: How create a Faction/Organization System on SA-MP !
- by
sammp
- 22.11.2014, 22:26
Re: How create a Faction/Organization System on SA-MP !
- by
sammp
- 22.11.2014, 22:33
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
Tutorials