Quote:
Originally Posted by NanoC
Looks nice, did you make it?
I just fixed this because it didnt compile
PHP Code:
public Action Event_OnRoundStart(Handle event, char[] name, bool dontBroadcast) { for (int i=1;i<MaxClients;i++) { g_hClientTimer[i] = INVALID_HANDLE; } int client = GetClientOfUserId(GetEventInt(event, "userid")); CreateTimer(0.1, Timer_GetMovementValue, client); return Plugin_Continue; }
By the way, i think this plugin can make issues with other maps with gravity/ice items, like ze_FFVII_Mako_Reactor, i'll test it tomorrow and back here again
|
Yes, this is my plugin. Did not check the code in the compiler. Problems with maps materia should not be.