11.02.2012, 00:55
Quote:
Well I think for that, you would need to do many different variables for each object.
|
pawn Код:
Object[playerid] = 1;
pawn Код:
Object[playerid] = 2;
pawn Код:
if(Object[playerid] == 1)
{
//code
}
if(Object[playerid] == 2)
{
//code
}