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
Threaded Mode
How to make a ..
Matej_
Gangsta
Posts: 578
Threads: 45
Joined: Aug 2010
Reputation:
0
#1
21.09.2010, 08:38
How can i make a
/me
&
/setskin [playerid] [skinid]
command ?
Note: ^ Make that commands for players only and not admins.
Find
Reply
Voldemort
Gangsta
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
#2
21.09.2010, 08:47
/setskin
tmp = strtok(
new gid = strval(tmp);
tmp = strtok(
new skinid =strval(tmp);
SetPlayerSKin(gid,skinid);
Find
Reply
Matej_
Gangsta
Posts: 578
Threads: 45
Joined: Aug 2010
Reputation:
0
#3
21.09.2010, 08:49
what about a me command ?
Find
Reply
Voldemort
Gangsta
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
#4
21.09.2010, 08:54
Check some GF edit
Find
Reply
Matej_
Gangsta
Posts: 578
Threads: 45
Joined: Aug 2010
Reputation:
0
#5
21.09.2010, 09:19
Quote:
Originally Posted by
Voldemort
Check some GF edit
ok.
The message you have entered is too short. Please lengthen your message to at least 8 characters.
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
Help Archive