please help
#1

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 :/
Reply
#2

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.
Reply
#3

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?
Reply
#4

Yes I'v already scripted a /help command but i dont know how to do /me or /do commands -.-''
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)