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
Help Archive
Linear Mode
Need Help
Maxips2
Huge Clucker
Posts: 410
Threads: 88
Joined: Oct 2008
Reputation:
0
#3
09.06.2010, 11:26
Quote:
new timesused[MAX_PLAYERS];
Quote:
if (strcmp(cmd, "/command", true) == 0)
{
// Something here
timesused[playerid]++
if(timesused[playerid] > 2)
{
Kick(playerid);
}
return 1;
}
Try that, I haven't tested it.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Need Help
- by
xinix000
- 09.06.2010, 11:12
Re: Need Help
- by
DJDhan
- 09.06.2010, 11:20
Re: Need Help
- by
Maxips2
- 09.06.2010, 11:26
Re: Need Help
- by
Ignas1337
- 09.06.2010, 12:49
Re: Need Help
- by
DJDhan
- 09.06.2010, 13:04
Re: Need Help
- by
xinix000
- 09.06.2010, 15:01
Re: Need Help
- by
DJDhan
- 09.06.2010, 15:09
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
Help Archive