Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Fuzzy168 on May 16, 2011, 10:34:14 am

Title: Script Editing
Post by: Fuzzy168 on May 16, 2011, 10:34:14 am
How do I edit the gamemode and the author of the script?
Title: Re: Script Editing
Post by: BIG[H] on May 16, 2011, 10:49:51 am
Quote
How do I edit the gamemode
Use Pawn.........Included with GUPS
Quote
and the author of the script?
Don't Ever Do That else you will be Banned form Forum...
Title: Re: Script Editing
Post by: asad3man on May 16, 2011, 09:06:45 pm
OHOHOHOHOHHOHOH so u want to make script ur own ? 8) so smart lol but we r not fool
Title: Re: Script Editing
Post by: stormeus on May 16, 2011, 10:22:46 pm
Jumping to conclusions isn't very nice of either of you. If he is trying to hijack a script, I'm sure the script creator would notice. Leave that to them.

Back on topic, there are usually two strings in the gamemode: szGameModeName and szGameModeAuthorName. Edit szGameModeName to change the name of the mode, and/or szGameModeAuthorName to change the script author. However, unless this is used in a command in the script, it doesn't make a difference.

But remember, failing to give an author credit won't get you sued, but you'll probably be hated by most of the VC:MP community.
Title: Re: Script Editing
Post by: asad3man on May 17, 2011, 07:51:26 am
ok stormeus as u tell we leave him
Title: Re: Script Editing
Post by: Fuzzy168 on May 17, 2011, 11:44:51 am
Thanks storm and big[H]. I think i will only change the name of the mode and not the author.
Title: Re: Script Editing
Post by: BIG[H] on May 17, 2011, 05:28:12 pm
Well You Can Add your Name with Author that would be really nice for both of you...



"Author , your name"
Title: Re: Script Editing
Post by: asad3man on May 17, 2011, 07:31:26 pm
yes big h
Title: Re: Script Editing
Post by: Fuzzy168 on May 17, 2011, 09:00:50 pm
I'm getting warning and error message? What should I do?
Title: Re: Script Editing
Post by: asad3man on May 17, 2011, 09:28:45 pm
Give me screen shot
Title: Re: Script Editing
Post by: BIG[H] on May 17, 2011, 11:09:51 pm
Just paste Warning message's
Title: Re: Script Editing
Post by: stormeus on May 17, 2011, 11:22:19 pm
If it says the string is too big, exceed the boundaries of the string, etc., usually setting the array size (szGameModeName[x]) to 64 does the trick.
Title: Re: Script Editing
Post by: Fuzzy168 on May 18, 2011, 05:34:16 am
Quote
C:\Documents and Settings\user\Desktop\Leonell Subramaniam\VC-MP Server\gamemodes\GUPS1.16.pwn(3749) : warning 203: symbol is never used: "PerformSQLquery"
C:\Documents and Settings\user\Desktop\Leonell Subramaniam\VC-MP Server\gamemodes\GUPS1.16.pwn(3749) : warning 203: symbol is never used: "PerformSQLquerySelect"
Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


2 Warnings.

This what is says!!
Title: Re: Script Editing
Post by: BIG[H] on May 18, 2011, 10:56:43 am
That's Default Warning of SQL using gups or psa


Just Ignore them