11.07.2013, 16:11
(
Последний раз редактировалось Dragonsaurus; 11.07.2013 в 16:27.
Причина: Freakin grammar, I post before previewing :p
)
I use something like this (RyDeR's race system):
Only if max players is 100.
Easy...
EDIT: I saw that, of course. But mine is simple, no need for any calculation.
I am aditing just for not posting again
pawn Код:
switch(Position)
{
case 1,21,31,41,51,61,71,81,91: pos = "st";
case 2,22,32,42,52,62,72,82,92: pos = "nd";
case 3,23,33,43,53,63,73,83,93: pos = "rd";
default: pos = "th";
}
Easy...
EDIT: I saw that, of course. But mine is simple, no need for any calculation.
I am aditing just for not posting again