16.04.2014, 18:33
So i have administrator chat in onplayertext, and code under that, but the code under the chat dont work (it is a shop)
if i place the shop code 1st and the administrator chat under it, then the admin chat dont work, can this be because of the returns in end of the code?
if i place the shop code 1st and the administrator chat under it, then the admin chat dont work, can this be because of the returns in end of the code?
pawn Код:
SendMessageToAdmins(COLOR_GREEN, adminText);
return 0;
}
}
// end of the admin chat
SendClientMessage(i, COLOR_WHITE, string);
}
}
}
return 0;
}
}
return 1;
}
// end of shop