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
Linear Mode
Adding Gender to the /stats
Aira
Banned
Posts: 426
Threads: 46
Joined: Apr 2011
#10
17.06.2012, 07:18
pawn Код:
new
sext
[
28
]
;
if
(
pInfo
[
playerid
]
[
Gender
]
==
1
)
{
sext
=
"Male"
;
}
else
{
sext
=
"Female"
;
}
Then replace pInfo[playerid][Gender], on your code to
pawn Код:
sext,
Misstyped stext instead of sext
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Adding Gender to the /stats
- by
kujox222
- 17.06.2012, 06:05
Re: Adding Gender to the /stats
- by
Aira
- 17.06.2012, 06:12
Re: Adding Gender to the /stats
- by
Dubya
- 17.06.2012, 06:14
Re: Adding Gender to the /stats
- by
kujox222
- 17.06.2012, 06:16
Re: Adding Gender to the /stats
- by
Dubya
- 17.06.2012, 06:19
Re: Adding Gender to the /stats
- by
leonardo1434
- 17.06.2012, 06:23
Re: Adding Gender to the /stats
- by
kujox222
- 17.06.2012, 06:29
Re: Adding Gender to the /stats
- by
Dubya
- 17.06.2012, 06:48
Re: Adding Gender to the /stats
- by
kujox222
- 17.06.2012, 06:57
Re: Adding Gender to the /stats
- by
Aira
- 17.06.2012, 07:18
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