13.04.2008, 11:21
Quote:
|
Originally Posted by Remcconen
I use /openwwe but the gate don't go open
. What's the problem? |
Код:
if(strcmp("/openwwe", cmdtext, true, 10) == 0)
{
MoveObject(wwe,997.455,2136.873,18.540,2.0);
return 1;
}
if(strcmp("/closewwe", cmdtext, true, 10) == 0)
{
MoveObject(wwe,997.455,2136.873,13.340,2.0);
return 1;
}


. What's the problem?