[GameMode] Grants DM Script (SIMPLE)
#1

http://mypollcreator.com/vote/13124
So its the first Script ive made to function, credits to varth for the registration system, i didn't create that. Created the rest of it though, tell me what you think

http://pastebin.com/V6ECK6kw

It is very simple, but I could imagine it would be fun for a few hours... NOT ONE COMMAND
Reply
#2

Hmm not so good you most mapped the gamemode not scripted it i see only few guns on sapwn and few gametexts, and 1-2 public's so it is not big deal. I am saying that because i have released my 2 GM's and i know waht is (SIMPLE) and this is not simple this is lower than simple ! But i am gonna give you +rep and 3/5 only for the mapping.
Reply
#3

Quote:
Originally Posted by bgtracker
Посмотреть сообщение
Hmm not so good you most mapped the gamemode not scripted it i see only few guns on sapwn and few gametexts, and 1-2 public's so it is not big deal. I am saying that because i have released my 2 GM's and i know waht is (SIMPLE) and this is not simple this is lower than simple ! But i am gonna give you +rep and 3/5 only for the mapping.
And why are you giving him rep? Hoping him to give you some back? (Damn that's annoying, earn your reputation.)

Anyways, it's not very good GM, but if it's your first, then it's pretty much okay. Keep on learning.
Reply
#4

Only 226 lines...
Huh thats bad
Reply
#5

Quote:
Originally Posted by Max_Coldheart
Посмотреть сообщение
And why are you giving him rep? Hoping him to give you some back? (Damn that's annoying, earn your reputation.)

Anyways, it's not very good GM, but if it's your first, then it's pretty much okay. Keep on learning.
Uhhh no i give him rep for the maping not for scripting i already got my reputation from my work.
Reply
#6

Quote:
Originally Posted by bgtracker
Посмотреть сообщение
Uhhh no i give him rep for the maping not for scripting i already got my reputation from my work.
So you decided to give him rep for mapping? This is gamemode section, not mapping section, so you should be giving him reputation if he does good script, not if he does good map. (And are you sure the map is made by him?)
Reply
#7

Quote:
Originally Posted by Max_Coldheart
Посмотреть сообщение
So you decided to give him rep for mapping? This is gamemode section, not mapping section, so you should be giving him reputation if he does good script, not if he does good map. (And are you sure the map is made by him?)
Lets stop trashing this Thread with our comments. Im stoping now because this is not the place to talk about is he make this map or not and we are just fighting about it so stop. Peace.
Reply
#8

Simple...
Reply
#9

Quote:
Originally Posted by Skank
Посмотреть сообщение
Only 226 lines...
Huh thats bad
And what have you released? this was simply for me to get some experience in coding and finding results.

Quote:
Originally Posted by Edvin
Посмотреть сообщение
Simple...
Obviously read the title.

Thanks for the comments above!
Reply
#10

Frankly quite pointless how you're setting a timer on onplayerspawn to show an Objective message.

pawn Код:
Intro[playerid] = SetTimerEx("Introing1",15000,0,"d",playerid);
Yet you're also creating a pointless 32 bit variable which isn't needed.

pawn Код:
new a = strlen(inputtext);
and again for the timer variable.

Timer[MAX_PLAYERS (500)]

so, why not use a "char" array on this as well? You're only using it on the Logged part and that can be done with a boolean.

Not to discriminate your scripting methods as a beginner. Just improvements of what you should fix and do once you're making bigger gamemodes.

Char arrays allow 255 people to use it. I'm not sure if this is true however, it's interesting.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)