01.08.2009, 23:09
This is bugged can you fix please?
This is the problem
when the teampres == 0 its fine but wen its 1 it freezes
pawn Code:
switch (classid) {
case 0:
{
format(string, sizeof(string), "~y~President",playerid);
GameTextForPlayer(playerid, string, 2000,6);
if(TEAMPRES == 1)
{
format(string, sizeof(string1), "~n~ ~r~Not Avalible",playerid);
GameTextForPlayer(playerid, string1, 2000,6);
}
}
pawn Code:
if(TEAMPRES == 1)
{
format(string, sizeof(string1), "~n~ ~r~Not Avalible",playerid);
GameTextForPlayer(playerid, string1, 2000,6);
}