------help------
#2

Quote:
Originally Posted by HayZatic
Посмотреть сообщение
Code
Код:
public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][AdminLevel] >= 5)
 }
	TextDrawShowForPlayer(playerid, Text:godmodeoff);
	return 1;
Error
Код:
error 029: invalid expression, assumed zero
I would say a part of program is missing? If no try to do this:
Код:
public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][AdminLevel] >= 5)
    {
 	TextDrawShowForPlayer(playerid, Text:godmodeoff);
    }
    return 1;
}
Reply


Messages In This Thread
------help------ - by HayZatic - 06.07.2011, 08:01
Re: ------help------ - by Roko_foko - 06.07.2011, 08:07
Re: ------help------ - by HayZatic - 06.07.2011, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)