// New round started public Event_NewRound(id) { if (g_restarted) { // Strip from M79 if game have been restarted for (new i = 0; i < get_maxplayers(); i++) { g_hasM79[i] = false } g_restarted = false } }
Will this work ?? I tried several times in my plugins and seems it doesn't work at all ...I really don't know the reason ..Tell me how .
NJ anyway ^^!..
It should work, because I took it from another plugin and it werk