//Random Messages new RandomMSG[][] = { "We are hiring faction leaders, you can make application on our webiste-lasventuras-roleplay.com", "We are hiring helpers, you can make application on our webiste-www.lasventuras-roleplay.com", "The first one who levels up to level 10 and is a good roleplayer will get Family/Faction leadership !", { return 1; };
new RandomMSG[][] =
{
"We are hiring faction leaders, you can make application on our webiste-lasventuras-roleplay.com",
"We are hiring helpers, you can make application on our webiste-www.lasventuras-roleplay.com",
"The first one who levels up to level 10 and is a good roleplayer will get Family/Faction leadership !",
};
#define TEXT_DRAW_Y_FACTOR (0.8) // Font size Y factor (DEFAULT: 0.8) (RECOMENDED NOT TO CHANGE) // new sexprice; new bizprice; new houseprice; new carprice; new carslot; new objveh[MAX_VEHICLES][9], bool:opendoor[MAX_VEHICLES]; new walktime[MAX_PLAYERS]; //Random Messages new RandomMSG[][] = { "We are hiring faction leaders, you can make application on our webiste-lasventuras-roleplay.com", "We are hiring helpers, you can make application on our webiste-www.lasventuras-roleplay.com", "The first one who levels up to level 10 and is a good roleplayer will get Family/Faction leadership !", }; //===NEW'S====TAXI JOB// new Text:taxithisfare[MAX_PLAYERS]; new IsOnFare[MAX_PLAYERS]; new OnDuty[MAX_PLAYERS]; new faretimer[MAX_PLAYERS]; new Float:OldX[MAX_PLAYERS],Float:OldY[MAX_PLAYERS],Float:OldZ[MAX_PLAYERS],Float:NewX[MAX_PLAYERS],Float:NewY[MAX_PLAYERS],Float:NewZ[MAX_PLAYERS]; new Float:TotalFare[MAX_PLAYERS]; // 911 new Call911[MAX_PLAYERS];
new RandomMSG[][] =
{
"We are hiring faction leaders, you can make application on our webiste-lasventuras-roleplay.com",
"We are hiring helpers, you can make application on our webiste-www.lasventuras-roleplay.com",
"The first one who levels up to level 10 and is a good roleplayer will get Family/Faction leadership !"
};
And the line that was given those 2 errors was?
By the way, you don't need "," at the last message: pawn Код:
|