30.07.2013, 16:26
I did
#define ServerName "poop"
And then I did
SendRconCommand("hostname " + ServerName);
But that gives me this error
C:\Users\x3990.003\Desktop\Rp Server\gamemodes\rp.pwn(177) : error 001: expected token: "-string end-", but found "-identifier-"
#define ServerName "poop"
And then I did
SendRconCommand("hostname " + ServerName);
But that gives me this error
C:\Users\x3990.003\Desktop\Rp Server\gamemodes\rp.pwn(177) : error 001: expected token: "-string end-", but found "-identifier-"