Posts: 221
Threads: 19
Joined: Nov 2009
Quote:
Originally Posted by anumaz
Quote:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/OpenGate", cmdtext, true, 10) == 0)
{
MoveObject(968, 1544.70703125, -1630.7634277344, 13.095315933228, 1);
return 1;
}
return 0;
}
|
lol, Copy and paste much.. That's EXACTLY what I said.
Try this.
|