Where is my amx Data?
#1

Hi there!

I got a problem: When I compile my deathmatch data, there is an error:
Код:
: error 017: undefined symbol "SetPlayerTeamFromClass"
My script was:

public OnPlayerRequestClass(playerid, classid)
{
SetPlayerTeamFromClass(playerid, classid)
{
if (classid == 0)
{
gTeam[playerid] = TEAM_GROVE;
}
else
{
gTeam[playerid] = TEAM_BALLA;
}
}

BUT NOW THE WORST THING:

When I compile that shit, I can't find my deathmatch.amx data! Where the hell is it? I looked everywhere, also in appdata, in earlier times, it was there, but now I can't find it! Please help me guys!!!
Reply


Messages In This Thread
Where is my amx Data? - by samtey - 17.07.2011, 17:57
Re: Where is my amx Data? - by Runedog48 - 17.07.2011, 18:00
AW: Where is my amx Data? - by samtey - 17.07.2011, 18:16
AW: Where is my amx Data? - by samtey - 17.07.2011, 18:19
Re: Where is my amx Data? - by alpha500delta - 17.07.2011, 18:35
AW: Where is my amx Data? - by samtey - 17.07.2011, 19:04
AW: Where is my amx Data? - by samtey - 17.07.2011, 19:35
AW: Where is my amx Data? - by samtey - 17.07.2011, 19:37
Re: Where is my amx Data? - by MadeMan - 17.07.2011, 19:39
AW: Where is my amx Data? - by samtey - 17.07.2011, 19:46

Forum Jump:


Users browsing this thread: 2 Guest(s)