objects cmd
#2

pawn Код:
new bool:ObjectView[MAX_PLAYERS char];

//Inside your command
if(ObjectView{playerid} == false)
{
   //Show the object
   return 1;
}
else
{
    //Hide the object
    return 1;
}
Reply


Messages In This Thread
objects cmd - by [bs]_lancer - 31.07.2011, 17:06
Re: objects cmd - by =WoR=Varth - 01.08.2011, 01:45

Forum Jump:


Users browsing this thread: 1 Guest(s)