08.11.2010, 01:05
lol i knew that you will not understand me
So i gave a code example for you what you need to do.. by the way.. there are two good metods.. .
So i gave a code example for you what you need to do.. by the way.. there are two good metods.. .
pawn Код:
if(pickupid == enterhouse)
{
if(IsPlayerAdmin(playerid))
// your codde.
else
// your message if not admin
}
else if(pickupid == exithouse)
{
if(IsPlayerAdmin(playerid))
// your codde.
else
// your message if not admin
}