24.03.2012, 16:26
Hello everytime someone types a command that is not implemented in the server or types some certain commands that are in the server, the person will get teleported to any of these positions.
So if the player was to type /hfgkjfgkh44 he/she would get teleported to one of these co-ordinates.
I have the command /hits in the server too, if someone types that, they get teleported here too.
Does anyone know what's wrong and how I could fix it?
Thanks.
So if the player was to type /hfgkjfgkh44 he/she would get teleported to one of these co-ordinates.
I have the command /hits in the server too, if someone types that, they get teleported here too.
pawn Код:
new Float:RandomSpawnsBS[][5] =
{
// Positions, (X, Y, Z and Facing Angle)
{-2278.6543,2292.1213,4.9656,290.8072},
{-2245.8452,2293.4597,4.9706,75.5687},
{-2246.9646,2310.0227,4.9722,98.1289},
{-2249.0559,2346.8115,4.9767,136.0426},
{-2238.3943,2337.3972,7.5469,182.7297}
};
Thanks.