SA-MP Forums Archive
Scripting For Cash - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Scripting For Cash (/showthread.php?tid=265007)

Pages: 1 2


Scripting For Cash - grand.Theft.Otto - 29.06.2011

Scripting for Cash

By grandTheftOtto



Introduction

Hello. I am very familiar with the forums, but I am not sure if this topic is aloud (if it is not, an administrator is free to remove it :/) Well, I have been working on my own gamemode from scratch (created back in June 2010) and am proud it's been a year already since I started it.
I was aiming to earn some money and get my server hosted by now since I am almost completed (hence the new updates everyday I apply to the server). Even though I am busy with scripting my own server, I am willing to help other people with maps, scripts, bugs/errors/fixes. All fixes/scripting/mapping pay amounts are accepted via PayPal. See below for more info.


Rates & Types of Things I Can Do

Scripting
Mapping

I cannot and will not map stunts, however, I will make objects like houses/roads/stores on certain spots of the map in Multi Theft Auto: Map Editor.

Conclusion
Thanks. Again, I apologize if these threads are forbidden, and may be taken off.


Re: Scripting For Cash - grand.Theft.Otto - 30.06.2011

Bump


Re: Scripting For Cash - Jack_Leslie - 30.06.2011

Give me a rough price on a custom User Register & Login System and a bit of an Admin system from scratch for a custom roleplay gamemode, Registration would include a roleplay questionaire; everything Non-SQL and in Dialogs. Current price I'm paying is $20.00


Re: Scripting For Cash - Bakr - 30.06.2011

No offense, and I did not have the intention on coming here and trolling, but your prices are far too high! A couple dollars for one command? That's crazy. I would maybe consider a few commands, especially basic ones like you listed, for a couple dollars, maybe even less. And for the car spawns, would you just be using the cars from the files that come with the SA:MP Server download package? If so, that would not be allowed (to my knowledge).

Off-topic: Jack_Leslie: I thought you had already hired me for the job. If it's not a sure thing, tell me now so I don't waste my time.


Re: Scripting For Cash - grand.Theft.Otto - 01.07.2011

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
Give me a rough price on a custom User Register & Login System and a bit of an Admin system from scratch for a custom roleplay gamemode, Registration would include a roleplay questionaire; everything Non-SQL and in Dialogs. Current price I'm paying is $20.00
Hmm, I am not good with roleplay gamemodes, I can do deathmatch/cnr/stunts, but: for the admin system, what will you be using? dcmd, zcmd, strcmp? At the moment I am most familiar with strcmp and dcmd.

Quote:
Originally Posted by Bakr
Посмотреть сообщение
No offense, and I did not have the intention on coming here and trolling, but your prices are far too high! A couple dollars for one command? That's crazy. I would maybe consider a few commands, especially basic ones like you listed, for a couple dollars, maybe even less. And for the car spawns, would you just be using the cars from the files that come with the SA:MP Server download package? If so, that would not be allowed (to my knowledge).

Off-topic: Jack_Leslie: I thought you had already hired me for the job. If it's not a sure thing, tell me now so I don't waste my time.
I have to agree too my prices are high after looking back at this topic haha. I can do a couple commands if you let me know what you want, and sorry, I don't know what you mean about the cars :S

Again if you guys need me, please PM me, add me on xfire at grandtheftotto, or let me know on my forums.


Re: Scripting For Cash - PCheriyan007 - 01.07.2011

Off Topic - Zcmd is fairly easy to get the hang of.
pawn Код:
//dcmd command
public OnPlayerCommandText(playerid, cmdtext[])
{
    dcmd(command,7,commandtext);
    return 1;
}

dcmd_command(playerid, params[])
{
    #pragma unused params
    //do stuff
    return 1;
}
pawn Код:
//zcmd command
CMD:command(playerid, params[])
{
    //do stuff
    return 1;
}
and if that isn't good enough, why not try y_commands
pawn Код:
YCMD:command(playerid, params[])
{
    //do stuff
    return 1;
}



Re: Scripting For Cash - Moron - 01.07.2011

Liar, ZCMD is hard


Re: Scripting For Cash - grand.Theft.Otto - 01.07.2011

Quote:
Originally Posted by Moron
Посмотреть сообщение
Liar, ZCMD is hard
I'll always use dcmd


Re: Scripting For Cash - iPLEOMAX - 01.07.2011

Quote:
Originally Posted by Moron
Посмотреть сообщение
Liar, ZCMD is hard
Its's freaking Easy.
I'll give a go to YCMD soon..


Re: Scripting For Cash - Deskoft - 01.07.2011

ZCMD is supposed to make it easier and more organized, I personally combine ZCMD and SSCANF.
To the prices, if he's a good scripter, it's a fair price.


Re: Scripting For Cash - alpha500delta - 01.07.2011

Uhm, you charge $1 to $5 for bugs/errors/warnings fixing, but you can get that for free on the forums, so why bother lol.


Re: Scripting For Cash - coole210 - 01.07.2011

Sorry for hijacking this thread but if this guy doesn't seem legit you can always send me a PM.


Re: Scripting For Cash - Deskoft - 01.07.2011

Quote:
Originally Posted by coole210
Посмотреть сообщение
Sorry for hijacking this thread but if this guy doesn't seem legit you can always send me a PM.
Explain why he doesn't see legit, and why you do?


Re: Scripting For Cash - Lorenc_ - 01.07.2011

I would do 90% of your features provided for free....


Re: Scripting For Cash - grand.Theft.Otto - 06.07.2011

Quote:
Originally Posted by coole210
Посмотреть сообщение
Sorry for hijacking this thread but if this guy doesn't seem legit you can always send me a PM.
Quote:
Originally Posted by Deskoft
Посмотреть сообщение
Explain why he doesn't see legit, and why you do?
Yes, explain why I don't seem legit? Go make your own thread and stop moaning on other people's threads.


Re: Scripting For Cash - Calgon - 06.07.2011

Quote:
Originally Posted by grand.Theft.Otto
Посмотреть сообщение
Yes, explain why I don't seem legit? Go make your own thread and stop trolling on other peoples shit you troll
A very professional response, grand.Theft.Otto.


Re: Scripting For Cash - grand.Theft.Otto - 06.07.2011

Quote:
Originally Posted by Calg00ne
Посмотреть сообщение
A very professional response, grand.Theft.Otto.
Oh thanks! Stay on topic now!


Re: Scripting For Cash - Lorenc_ - 06.07.2011

Quote:
Originally Posted by grand.Theft.Otto
Посмотреть сообщение
Oh thanks! Stay on topic now!
I'd have to say, seemed to me that calgon made a </sarcasm> post.

Good luck the buyers at that price for simple things.


Re: Scripting For Cash - grand.Theft.Otto - 06.07.2011

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
I'd have to say, seemed to me that calgon made a </sarcasm> post.

Good luck the buyers at that price for simple things.
lol where do you think I'm from? Narnia? I know he was being sarcastic... lmfao

Quote:
Originally Posted by grand.theft.otto
If you think you can't afford something, let me know and I can work it out
Maybe you should of read through it carefully.


Re: Scripting For Cash - Calgon - 06.07.2011

Your location does say 'Narnia', so yes.