17.01.2011, 12:14
Ok i'm having tricky issues with this.
I thought i could do this;
SendRconCommand("mapname %s", mapname );
(mapname is already defined)
but i'm doing this wrong aren't i?
is there another way of doing this with SendRconCommand(s) ?
and
then i added new mapname[50]; and;
... ? ?
I thought i could do this;
SendRconCommand("mapname %s", mapname );
(mapname is already defined)
but i'm doing this wrong aren't i?
is there another way of doing this with SendRconCommand(s) ?
Код:
warning 202: number of arguments does not match definition
then i added new mapname[50]; and;
Код:
warning 219: local variable "mapname" shadows a variable at a preceding level