12.11.2012, 10:15
Hello, (a newb question)
A lot of gamemodes that are shared they only have the .amx and .pmw files , how can i see what plugins i need to get in order to make the gamemode work ? (most does not specify)
Like for example on this gamemode i'm trying to make work , i look at the first #include ?
And download the .inc in pawn / include folder (exemple dini.inc,foreach.inc ) ? or i need the full plugin ?
A lot of gamemodes that are shared they only have the .amx and .pmw files , how can i see what plugins i need to get in order to make the gamemode work ? (most does not specify)
Like for example on this gamemode i'm trying to make work , i look at the first #include ?
PHP код:
#include <irc>
#include <a_samp>
#include <dini>
#include <foreach>
#include <irc>
#include <sscanf2>
#include <mcp>