[HELP]Undefined symbol errors when symbol is defined
#5

the stock put in top of script here exemple:
Code:
//=====[Includes]======
#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <streamer>
#include <yom_buttons>
#include <JunkBuster>
#include <JunkBuster_FS>
#include <SpikeStrip>
#include <Dini>
#include <Dutils>
main() {
}
//======[Statics]==========
static gTeam[MAX_PLAYERS];
static fTeam[MAX_PLAYERS];
//________________________________________[Stocks]_____________________________________________
stock PlayerName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,MAX_PLAYER_NAME);
    return name;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)