#1

My code doesn't working and I am wondering why

f(PlayerInfo[playerid][pAdmin] = 1)
{
SendClientMessage(playerid, COLOR_RED, "You are now admin");
}
Reply
#2

Quote:
Originally Posted by Superpocok
Посмотреть сообщение
My code doesn't working and I am wondering why
Код:
if(PlayerInfo[playerid][pAdmin] == 1)
{
	SendClientMessage(playerid, COLOR_RED, "You are now admin");
	}
Fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)