21.10.2015, 03:36
Do you guys even know what you are doing? Like seriously, that callback doesn't even support inputs...
I'm not sure what you want, you explained what you wanted to do in so many wrong ways. Well:
I'm not sure what you want, you explained what you wanted to do in so many wrong ways. Well:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/enter", true))
{
// ...
}
return 1;
}