dcmd to zcmd,I will +3Rep Urgent!
#1

I need someone to translate this script to zcmd, pleeeeese! I will +3 Rep them, I also want all my classes to be there (: Im begging D::confuse d:
http://www.mediafire.com/?n379048wicj43vr
Reply
#2

You're asking us to script for you, this section is just to assist people, we're not going to script for you.
Reply
#3

And Mysql, But if your gonna do it mysql, Send me the link as zcmd first, and then work on mysql and send link
Reply
#4

Quote:
Originally Posted by Mriss
Посмотреть сообщение
And Mysql, But if your gonna do it mysql, Send me the link as zcmd first, and then work on mysql and send link
Nobody's doing it. If you're asking for helpers/scripters post here: https://sampforum.blast.hk/showthread.php?tid=447813&page=300
Reply
#5

This is very easy..

Rename the #include <dcmd> TO

Quote:

#include <zcmd>


Then, just replace all your commands to CMD:YourCommandhere(playerid,params[])

Example:

Код:
dcmd_heal(playerid, params[])
to

Quote:

CMD:heal(playerid, params[])

And remove the dcmd stuff under OnPlayerCommandText

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	dcmd(heal, 4, cmdtext);   // REMOVE THIS
	return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)