31.07.2013, 12:25
Nice idea thanks. But before I try this. Maybe I found the problem.
I added this command:
First I added a number in the dialog.
Then I chacked the variable, before use the /placegate command. And it said: ID: 0. Maybe there is the problem. Can u help me to make another input and check with that? It's because debug is a littlebit difficult to me...
I added this command:
Код:
COMMAND:id(playerid, params[])
{
new string[60];
format(string, sizeof(string), "ID: %d", GATE_OBJECT);
SendClientMessage(playerid, -1, string);
return 1;
}
Then I chacked the variable, before use the /placegate command. And it said: ID: 0. Maybe there is the problem. Can u help me to make another input and check with that? It's because debug is a littlebit difficult to me...

