Author Topic: Script Editing  (Read 4536 times)

0 Members and 1 Guest are viewing this topic.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Script Editing
« on: May 16, 2011, 10:34:14 am »
How do I edit the gamemode and the author of the script?
I'm beginning to feel like a Lag God, Lag God

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Script Editing
« Reply #1 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...
Outdoor city server Administrator, FS server owner!

Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Script Editing
« Reply #2 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

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Script Editing
« Reply #3 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.
Do not PM me for support.




Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Script Editing
« Reply #4 on: May 17, 2011, 07:51:26 am »
ok stormeus as u tell we leave him

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Script Editing
« Reply #5 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.
I'm beginning to feel like a Lag God, Lag God

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Script Editing
« Reply #6 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"
Outdoor city server Administrator, FS server owner!

Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Script Editing
« Reply #7 on: May 17, 2011, 07:31:26 pm »
yes big h

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Script Editing
« Reply #8 on: May 17, 2011, 09:00:50 pm »
I'm getting warning and error message? What should I do?
I'm beginning to feel like a Lag God, Lag God

Offline asad3man

  • Made Man
  • ***
  • Posts: 121
  • A for Asad "Lion of Allah"
    • View Profile
    • Ultra DM server Website
Re: Script Editing
« Reply #9 on: May 17, 2011, 09:28:45 pm »
Give me screen shot

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Script Editing
« Reply #10 on: May 17, 2011, 11:09:51 pm »
Just paste Warning message's
Outdoor city server Administrator, FS server owner!

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Script Editing
« Reply #11 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.
Do not PM me for support.




Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Script Editing
« Reply #12 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!!
I'm beginning to feel like a Lag God, Lag God

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Script Editing
« Reply #13 on: May 18, 2011, 10:56:43 am »
That's Default Warning of SQL using gups or psa


Just Ignore them


Outdoor city server Administrator, FS server owner!