11.06.2016, 14:08
Hello,
Please I need help, I am trying to make cmds for opening gates. I'm new at this and I can't figure out the solution..
Codes
Errors:
GM.pwn (507): error 010: invalid function or declaration
GM.pwn(512) : error 010: invalid function or declaration
GM.pwn(514) : error 010: invalid function or declaration
507 is: if (strcmp("/vipgc", cmdtext, true, 7) == 0)
Please help, Would really appreciate if someone would fix this and reply the correct codes below.
Please I need help, I am trying to make cmds for opening gates. I'm new at this and I can't figure out the solution..
Codes
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/vipgo", cmdtext, true, 7) == 0)
{
MoveObject(gate1,-2429.74829, 697.10651, 27.89320, 1);
SendClientMessage(playerid, 0xEF994300, "The gate has opened, Welcome.");
}
return 1;
}
if (strcmp("/vipgc", cmdtext, true, 7) == 0)
{
MoveObject(gate1,-2429.74829, 697.10651, 34.18119,1);
SendClientMessage(playerid, 0xEF994300, "The gate has closed.");
}
return 1;
}
return 0;
}
GM.pwn (507): error 010: invalid function or declaration
GM.pwn(512) : error 010: invalid function or declaration
GM.pwn(514) : error 010: invalid function or declaration
507 is: if (strcmp("/vipgc", cmdtext, true, 7) == 0)
Please help, Would really appreciate if someone would fix this and reply the correct codes below.

