04.07.2011, 11:14
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; }