19.07.2018, 15:24
SCP isjust like SendClientMessage.
You can change it to
or add this to your script
You can change it to
PHP код:
return SendClientMessage(playerid, -1, "[house ID]");
PHP код:
stock SCP(_id, _param[], _command[] = "")
{
format(iStr, sizeof(iStr), "[Command]: /%s {9c9a9c}%s", _command, _param);
return SendPlayerMessage(_id, 0x6A696AFF, iStr, "[Command]: / {9c9a9c}", 128);
}