17.07.2011, 17:57
Hi there!
I got a problem: When I compile my deathmatch data, there is an error:
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!!!
I got a problem: When I compile my deathmatch data, there is an error:
Код:
: error 017: undefined symbol "SetPlayerTeamFromClass"
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!!!