06.01.2010, 17:24
I've tried this
But no luck..
Код:
if (strcmp(cmdtext, "/pd1cl", true) == 0)
{
if(PlayerInfo[playerid] [pFaction] == 225)
{
if(DynamicFactions[PlayerInfo[playerid] [pFaction]] [fType] == 1)
{
MoveObject(Closed, 248.618835,72.400421,998.140930,5);
}
}
return 1;
}

