Will irgendwie nicht so wie ich das will xD
Code
//OnPlayerCommandText
if (strcmp("/2", cmdtext, true, 2) == 0)
{
MoveObjektRot(LondonBridge, 0.0000, 339.0727, 359.8281,5);
SetTimer("Move",1000,0);
return 1;
}
//-----------------
//Rest
forward Move();
public Move()
{
MoveObject(LondonBridge, -3460.131592, 1119.276489, 10.910468,5);
return true;
}
if (strcmp("/2", cmdtext, true, 2) == 0)
{
MoveObjektRot(LondonBridge, 0.0000, 339.0727, 359.8281,5);
SetTimer("Move",1000,0);
return 1;
}
//-----------------
//Rest
forward Move();
public Move()
{
MoveObject(LondonBridge, -3460.131592, 1119.276489, 10.910468,5);
return true;
}
Keine Errors oder sonstiges, es wird nur im Game nicht aufgerufen.
MfG
Ed_Hardy