Posts: 141
Threads: 58
Joined: Jan 2011
Reputation:
0
Hello I'm trying to script RP commands but I have no clue where to start or even how to do them!
When I try to get them off of "GodFather" scripts the compiler stops responding please help I'm new to scripting and have no clue how to do this :/
Posts: 253
Threads: 85
Joined: Jan 2011
Reputation:
0
Try using zcmd. It's very easy to use. You can search around forums for download. Also, download couple of different gamemodes and study the code and try to understand it. It's not so hard as it seems.
Posts: 1,419
Threads: 264
Joined: Jan 2009
Reputation:
0
If you're new in making cmds itself:
if (strcmp("/commands", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,0xFF3F00AA,"/kill,/tutorial,/rules");
return 1;
}
That's the easiest cmd in my eyes. Already knew how to do this?
Posts: 141
Threads: 58
Joined: Jan 2011
Reputation:
0
Yes I'v already scripted a /help command but i dont know how to do /me or /do commands -.-''