Likes: 0
Results 1 to 10 of 20
Thread: [C++] Shield on Login
-
12-07-09, 12:15 PM #1
[C++] Shield on Login
Register to remove this adCode:#include "StdAfx.h" #include "Setup.h" #ifdef WIN32 #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float' #endif void OnEnterWorld(Player * pPlayer) { pPlayer->CastSpell(pPlayer, 33581, true); } void SetupEnterWorld(ScriptMgr * mgr) { mgr->register_hook(SERVER_HOOK_EVENT_ON_ENTER_WORLD, OnEnterWorld); }
› See More: [C++] Shield on Login
-
12-07-09, 12:33 PM #2
-
12-07-09, 12:44 PM #3
-
12-07-09, 12:48 PM #4
just asking... then + rep for you .. good job
And you could join me to we make repack for mmopro
-
12-07-09, 12:53 PM #5
I might join you
Depending on what I need to do atm
-
12-07-09, 12:56 PM #6
-
01-08-09, 05:19 PM #7
-
26-08-09, 08:45 AM #8
Great idea really nice for people with laggy pc's ^^,
-
28-08-09, 02:19 AM #9
Great idea. Uber simple. Nice work.
-
14-09-09, 04:13 PM #10
- Rep Power
- 0
- Reputation
- 52
Register to remove this advery cool