
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 0.50 KB | hits: 24 | expires: Never
#include "DLLMain.h"
void Volatiles::PergaCP(int clientid) // By CrazyKiller
{
MOB *thisclient = (MOB*)GetMobFromIndex(clientid);
Atualizar *p;
int item = p->GetFirstSlotSADD(clientid,3343,64);
thisclient->Inventory[63].EF1 = 150;
thisclient->Inventory[63].EFV1 = 150;
thisclient->Inventory[item].Index = 0;
p->SendCharList(clientid);
p->SendALL(clientid);
p->SendClientMsg(clientid,"Point Caos Resetados");
return;
}