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
From strcmp to zcmd.
Misiur
High-roller
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
#10
23.02.2013, 20:18
pawn Код:
stock
getName
(
pid
)
{
new
pn
[
MAX_PLAYER_NAME
+
1
]
;
GetPlayerName
(
pid, pn,
sizeof
(
pn
)
)
;
return
pn;
}
;
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
From strcmp to zcmd.
- by
RiChArD_A
- 22.02.2013, 21:49
Re: From strcmp to zcmd.
- by
Scenario
- 22.02.2013, 21:53
Re: From strcmp to zcmd.
- by
detter
- 22.02.2013, 21:58
Respuesta: Re: From strcmp to zcmd.
- by
RiChArD_A
- 23.02.2013, 12:00
Re: Respuesta: Re: From strcmp to zcmd.
- by
Scenario
- 23.02.2013, 17:16
Respuesta: Re: Respuesta: Re: From strcmp to zcmd.
- by
RiChArD_A
- 23.02.2013, 18:08
Re: From strcmp to zcmd.
- by Patrick - 23.02.2013, 18:15
Re: From strcmp to zcmd.
- by
UnknownGamer
- 23.02.2013, 18:40
Re: Respuesta: Re: Respuesta: Re: From strcmp to zcmd.
- by
Scenario
- 23.02.2013, 18:47
Re: From strcmp to zcmd.
- by
Misiur
- 23.02.2013, 20: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