Search Results
pawn Код: version = TextDrawCreate(572.000000, 419.000000, "Version: %s", S_VERSION);    TextDrawBackgroundColor(version, 90);    TextDrawFont(version, 1);    TextDrawLetterSize(version, 0.2...
108
Quote: Originally Posted by fordawinzz pawn Код: new szString[32];format(szString, sizeof szString, "hostname %s", S_HOSTNAME);SendRconCommand(szString); thanks!
93
pawn Код: SendRconCommand("hostname %s", S_HOSTNAME);SendRconCommand("mapname %s", S_MAPNAME);SendRconCommand("weburl %s", S_WEBURL); I have them all defined on top of the script, but it gives me...
93
Yes, not really on top but after all the includes and #pragmas // EDIT, i put it now on top of the includes and it works, thanks!
81
pawn Код: C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(31095) : warning 234: function is deprecated (symbol "WP_Hash") C:\Users\Stefanche16\Desktop\\gamemodes\crp.pwn(32862) : warning 234: func...
81
I don't think it's because of the plugin, i need to use R5 because the script is scripted for that version. And the cellback is really really big, i don't know if i should post it...
117