25.04.2011, 21:22
And also, your codes are unoptimized, and also, it won't work:
So, for the string:
19 - 2 = 17
17 + 24 = 41
41 + 1 = 42.
42, so why 256?? Waste of cells, and it will be slow.
About name, it can be only 24, not 128 lol.
There are ALOT of fails in the gamemode, I even wonder did you make all the 2k+ lines urself...
pawn Code:
new string[256]; // A 256 STRING !?!?!?
new name[128]; // Name can be 128 CHARS LONG?!?!?!
format(string, sizeof(string), "%s Has Left server!",name);
// You didn't get player's name, so it will print " has left the server" with a blank space!
19 - 2 = 17
17 + 24 = 41
41 + 1 = 42.
42, so why 256?? Waste of cells, and it will be slow.
About name, it can be only 24, not 128 lol.
There are ALOT of fails in the gamemode, I even wonder did you make all the 2k+ lines urself...