Quote:
Originally Posted by Rajat_Pawar
Are you sure you have ZCMD included?
Because, even without including it, sometimes, if you compile this, it will not give you an error.
|
yes i have other way no cmd wil work but its only this
Quote:
Originally Posted by Aarab
Try to replace all
Код:
{
SendClientMessageEx(playerid, COLOR_WHITE, "You aren't in range of your DoC lockers.");
return 1;
}
to
Код:
{
SendClientMessageEx(playerid, COLOR_WHITE, "You aren't in range of your DoC lockers.");
}
|
i will give it a try