8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
#include "mb_inc"
|
|
|
|
void main()
|
|
{
|
|
int nID = GetLocalInt(GetPCSpeaker(),"POST_ID_3");
|
|
MB_DeletePost(GetPCSpeaker(), nID);
|
|
}
|